#EFBC84

Color #EFBC84 Corvette (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corvette #EFBC84

Tints of Corvette #EFBC84

Color information

#EFBC84 (or 0xEFBC84) is unknown color: approx Corvette. HEX triplet: EF, BC and 84. RGB value is (239,188,132). Sum of RGB (Red+Green+Blue) = 239+188+132=559 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.75% from 559); Green value is 188 (73.83% from 255 or 33.63% from 559); Blue value is 132 (51.95% from 255 or 23.61% from 559); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBC84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBC84 is #10437B. Grayscale: #C5C5C5. Windows color (decimal): -1065852 or 8699119. OLE color: 8699119.

HSL color Cylindrical-coordinate representation of color #EFBC84: hue angle of 31.4º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EFBC84 is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB239188132-
CMYK00.210.450.06
HSL31.4º76.98%72.75%-
HSV(B)31.4º44.77%93.73%-
XYZ57.7455.9829.59-
YUV196.8691.4158.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 239 (93.75% from 255) = 42.75%
GREEN value IS 188 (73.83% from 255) = 33.63%
BLUE value IS 132 (51.95% from 255) = 23.61%
R=42.75%
G=33.63%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.45
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918813200.210.450.0631.476.9872.75
HexEFBC840152D61f4d49
Octal35727420402555637115111
Binary1110111110111100100001000101011011011101111110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBC84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBC84; }

 p { color: rgb(239,188,132); }

 H1.HeaderClassName
 {
   color: #EFBC84;
 }
 .AnyTagClassName
 {
   color: #EFBC84;
 }
</style>
background-color css

<style>
 a { background-color: #EFBC84; }

 a { background-color: rgb(239,188,132); }

 div.DivClassName
 {
   background-color: #EFBC84;
 }
 .BgClassName
 {
   background-color: #EFBC84;
 }
</style>
border-color css

<style>
 span { border-color: #EFBC84; }

 span { border-color: rgb(239,188,132); }

 td.TdClassName
 {
   border-color: #EFBC84;
 }
 .TagClassName
 {
   border-color: #EFBC84;
 }
</style>