#EEC078

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

Shades of Corvette #EEC078

Tints of Corvette #EEC078

Color information

#EEC078 (or 0xEEC078) is unknown color: approx Corvette. HEX triplet: EE, C0 and 78. RGB value is (238,192,120). Sum of RGB (Red+Green+Blue) = 238+192+120=550 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.27% from 550); Green value is 192 (75.39% from 255 or 34.91% from 550); Blue value is 120 (47.27% from 255 or 21.82% from 550); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC078 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC078 is #113F87. Grayscale: #C5C5C5. Windows color (decimal): -1130376 or 7913710. OLE color: 7913710.

HSL color Cylindrical-coordinate representation of color #EEC078: hue angle of 36.61º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EEC078 is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB238192120-
CMYK00.190.500.07
HSL36.61º77.63%70.2%-
HSV(B)36.61º49.58%93.33%-
XYZ57.557.2325.79-
YUV197.5584.24156.85-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 43.27%
GREEN value IS 192 (75.39% from 255) = 34.91%
BLUE value IS 120 (47.27% from 255) = 21.82%
R=43.27%
G=34.91%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819212000.190.500.0736.6177.6370.2
HexEEC078013327254e46
Octal35630017002362745116106
Binary1110111011000000111100001001111001011110010110011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC078; }

 p { color: rgb(238,192,120); }

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

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

 a { background-color: rgb(238,192,120); }

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

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

 span { border-color: rgb(238,192,120); }

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