#EFC07A

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

Shades of Corvette #EFC07A

Tints of Corvette #EFC07A

Color information

#EFC07A (or 0xEFC07A) is unknown color: approx Corvette. HEX triplet: EF, C0 and 7A. RGB value is (239,192,122). Sum of RGB (Red+Green+Blue) = 239+192+122=553 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.22% from 553); Green value is 192 (75.39% from 255 or 34.72% from 553); Blue value is 122 (48.05% from 255 or 22.06% from 553); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC07A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC07A is #103F85. Grayscale: #C6C6C6. Windows color (decimal): -1064838 or 8044783. OLE color: 8044783.

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

Color convert

RGB239192122-
CMYK00.200.490.06
HSL35.9º78.52%70.78%-
HSV(B)35.9º48.95%93.73%-
XYZ57.9657.4626.45-
YUV198.0785.07157.19-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.22%
GREEN value IS 192 (75.39% from 255) = 34.72%
BLUE value IS 122 (48.05% from 255) = 22.06%
R=43.22%
G=34.72%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919212200.200.490.0635.978.5270.78
HexEFC07A014316244f47
Octal35730017202461644117107
Binary1110111111000000111101001010011000111010010010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC07A; }

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

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

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

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

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

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

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

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