#EFC08C

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

Shades of Corvette #EFC08C

Tints of Corvette #EFC08C

Color information

#EFC08C (or 0xEFC08C) is unknown color: approx Corvette. HEX triplet: EF, C0 and 8C. RGB value is (239,192,140). Sum of RGB (Red+Green+Blue) = 239+192+140=571 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.86% from 571); Green value is 192 (75.39% from 255 or 33.63% from 571); Blue value is 140 (55.08% from 255 or 24.52% from 571); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC08C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC08C is #103F73. Grayscale: #C8C8C8. Windows color (decimal): -1064820 or 9224431. OLE color: 9224431.

HSL color Cylindrical-coordinate representation of color #EFC08C: hue angle of 31.52º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EFC08C is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB239192140-
CMYK00.200.410.06
HSL31.52º75.57%74.31%-
HSV(B)31.52º41.42%93.73%-
XYZ59.1857.9432.88-
YUV200.1294.07155.73-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.86%
GREEN value IS 192 (75.39% from 255) = 33.63%
BLUE value IS 140 (55.08% from 255) = 24.52%
R=41.86%
G=33.63%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919214000.200.410.0631.5275.5774.31
HexEFC08C014296204c4a
Octal35730021402451640114112
Binary11101111110000001000110001010010100111010000010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC08C; }

 p { color: rgb(239,192,140); }

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

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

 a { background-color: rgb(239,192,140); }

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

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

 span { border-color: rgb(239,192,140); }

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