#EEC182

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

Shades of Corvette #EEC182

Tints of Corvette #EEC182

Color information

#EEC182 (or 0xEEC182) is unknown color: approx Corvette. HEX triplet: EE, C1 and 82. RGB value is (238,193,130). Sum of RGB (Red+Green+Blue) = 238+193+130=561 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.42% from 561); Green value is 193 (75.78% from 255 or 34.40% from 561); Blue value is 130 (51.17% from 255 or 23.17% from 561); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC182 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC182 is #113E7D. Grayscale: #C7C7C7. Windows color (decimal): -1130110 or 8569326. OLE color: 8569326.

HSL color Cylindrical-coordinate representation of color #EEC182: hue angle of 35º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EEC182 is Cyan = 0, Magento = 0.19, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB238193130-
CMYK00.190.450.07
HSL35º76.06%72.16%-
HSV(B)35º45.38%93.33%-
XYZ58.3657.9329.22-
YUV199.2788.91155.62-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.42%
GREEN value IS 193 (75.78% from 255) = 34.40%
BLUE value IS 130 (51.17% from 255) = 23.17%
R=42.42%
G=34.40%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819313000.190.450.073576.0672.16
HexEEC1820132D7234c48
Octal35630120202355743114110
Binary11101110110000011000001001001110110111110001110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC182; }

 p { color: rgb(238,193,130); }

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

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

 a { background-color: rgb(238,193,130); }

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

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

 span { border-color: rgb(238,193,130); }

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