#EEBA8C

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

Shades of Corvette #EEBA8C

Tints of Corvette #EEBA8C

Color information

#EEBA8C (or 0xEEBA8C) is unknown color: approx Corvette. HEX triplet: EE, BA and 8C. RGB value is (238,186,140). Sum of RGB (Red+Green+Blue) = 238+186+140=564 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.20% from 564); Green value is 186 (73.05% from 255 or 32.98% from 564); Blue value is 140 (55.08% from 255 or 24.82% from 564); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBA8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBA8C is #114573. Grayscale: #C4C4C4. Windows color (decimal): -1131892 or 9222894. OLE color: 9222894.

HSL color Cylindrical-coordinate representation of color #EEBA8C: hue angle of 28.16º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EEBA8C is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB238186140-
CMYK00.220.410.07
HSL28.16º74.24%74.12%-
HSV(B)28.16º41.18%93.33%-
XYZ57.5555.1932.43-
YUV196.396.23157.74-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.20%
GREEN value IS 186 (73.05% from 255) = 32.98%
BLUE value IS 140 (55.08% from 255) = 24.82%
R=42.20%
G=32.98%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818614000.220.410.0728.1674.2474.12
HexEEBA8C0162971c4a4a
Octal35627221402651734112112
Binary1110111010111010100011000101101010011111110010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBA8C; }

 p { color: rgb(238,186,140); }

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

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

 a { background-color: rgb(238,186,140); }

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

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

 span { border-color: rgb(238,186,140); }

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