#EFC07C

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

Shades of Corvette #EFC07C

Tints of Corvette #EFC07C

Color information

#EFC07C (or 0xEFC07C) is unknown color: approx Corvette. HEX triplet: EF, C0 and 7C. RGB value is (239,192,124). Sum of RGB (Red+Green+Blue) = 239+192+124=555 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.06% from 555); Green value is 192 (75.39% from 255 or 34.59% from 555); Blue value is 124 (48.83% from 255 or 22.34% from 555); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC07C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC07C is #103F83. Grayscale: #C6C6C6. Windows color (decimal): -1064836 or 8175855. OLE color: 8175855.

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

Color convert

RGB239192124-
CMYK00.200.480.06
HSL35.48º78.23%71.18%-
HSV(B)35.48º48.12%93.73%-
XYZ58.0857.5127.11-
YUV198.386.07157.03-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.06%
GREEN value IS 192 (75.39% from 255) = 34.59%
BLUE value IS 124 (48.83% from 255) = 22.34%
R=43.06%
G=34.59%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919212400.200.480.0635.4878.2371.18
HexEFC07C014306234e47
Octal35730017402460643116107
Binary1110111111000000111110001010011000011010001110011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC07C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC07C; }

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

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

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

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

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

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

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

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