#EFBA78

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

Shades of Corvette #EFBA78

Tints of Corvette #EFBA78

Color information

#EFBA78 (or 0xEFBA78) is unknown color: approx Corvette. HEX triplet: EF, BA and 78. RGB value is (239,186,120). Sum of RGB (Red+Green+Blue) = 239+186+120=545 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.85% from 545); Green value is 186 (73.05% from 255 or 34.13% from 545); Blue value is 120 (47.27% from 255 or 22.02% from 545); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBA78 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBA78 is #104587. Grayscale: #C2C2C2. Windows color (decimal): -1066376 or 7912175. OLE color: 7912175.

HSL color Cylindrical-coordinate representation of color #EFBA78: hue angle of 33.28º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EFBA78 is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.06.

Color convert

RGB239186120-
CMYK00.220.500.06
HSL33.28º78.81%70.39%-
HSV(B)33.28º49.79%93.73%-
XYZ56.5554.8225.37-
YUV194.3286.06159.87-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.85%
GREEN value IS 186 (73.05% from 255) = 34.13%
BLUE value IS 120 (47.27% from 255) = 22.02%
R=43.85%
G=34.13%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.50
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918612000.220.500.0633.2878.8170.39
HexEFBA78016326214f46
Octal35727217002662641117106
Binary1110111110111010111100001011011001011010000110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBA78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBA78; }

 p { color: rgb(239,186,120); }

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

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

 a { background-color: rgb(239,186,120); }

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

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

 span { border-color: rgb(239,186,120); }

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