#EEB880

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

Shades of Corvette #EEB880

Tints of Corvette #EEB880

Color information

#EEB880 (or 0xEEB880) is unknown color: approx Corvette. HEX triplet: EE, B8 and 80. RGB value is (238,184,128). Sum of RGB (Red+Green+Blue) = 238+184+128=550 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.27% from 550); Green value is 184 (72.27% from 255 or 33.45% from 550); Blue value is 128 (50.39% from 255 or 23.27% from 550); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB880 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEB880 is #11477F. Grayscale: #C2C2C2. Windows color (decimal): -1132416 or 8435950. OLE color: 8435950.

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

Color convert

RGB238184128-
CMYK00.230.460.07
HSL30.55º76.39%71.76%-
HSV(B)30.55º46.22%93.33%-
XYZ56.354.0227.88-
YUV193.7690.89159.55-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 43.27%
GREEN value IS 184 (72.27% from 255) = 33.45%
BLUE value IS 128 (50.39% from 255) = 23.27%
R=43.27%
G=33.45%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818412800.230.460.0730.5576.3971.76
HexEEB8800172E71f4c48
Octal35627020002756737114110
Binary1110111010111000100000000101111011101111111110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB880; }

 p { color: rgb(238,184,128); }

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

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

 a { background-color: rgb(238,184,128); }

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

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

 span { border-color: rgb(238,184,128); }

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