#EEC083

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

Shades of Corvette #EEC083

Tints of Corvette #EEC083

Color information

#EEC083 (or 0xEEC083) is unknown color: approx Corvette. HEX triplet: EE, C0 and 83. RGB value is (238,192,131). Sum of RGB (Red+Green+Blue) = 238+192+131=561 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.42% from 561); Green value is 192 (75.39% from 255 or 34.22% from 561); Blue value is 131 (51.56% from 255 or 23.35% from 561); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC083 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC083 is #113F7C. Grayscale: #C7C7C7. Windows color (decimal): -1130365 or 8634606. OLE color: 8634606.

HSL color Cylindrical-coordinate representation of color #EEC083: hue angle of 34.21º 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 #EEC083 is Cyan = 0, Magento = 0.19, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB238192131-
CMYK00.190.450.07
HSL34.21º75.89%72.35%-
HSV(B)34.21º44.96%93.33%-
XYZ58.2157.5229.51-
YUV198.889.74155.96-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.42%
GREEN value IS 192 (75.39% from 255) = 34.22%
BLUE value IS 131 (51.56% from 255) = 23.35%
R=42.42%
G=34.22%
B=23.35%

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
Decimal23819213100.190.450.0734.2175.8972.35
HexEEC0830132D7224c48
Octal35630020302355742114110
Binary11101110110000001000001101001110110111110001010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC083; }

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

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

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

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

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

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

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

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