#EEBA8D

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

Shades of Corvette #EEBA8D

Tints of Corvette #EEBA8D

Color information

#EEBA8D (or 0xEEBA8D) is unknown color: approx Corvette. HEX triplet: EE, BA and 8D. RGB value is (238,186,141). Sum of RGB (Red+Green+Blue) = 238+186+141=565 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.12% from 565); Green value is 186 (73.05% from 255 or 32.92% from 565); Blue value is 141 (55.47% from 255 or 24.96% from 565); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBA8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBA8D is #114572. Grayscale: #C4C4C4. Windows color (decimal): -1131891 or 9288430. OLE color: 9288430.

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

Color convert

RGB238186141-
CMYK00.220.410.07
HSL27.84º74.05%74.31%-
HSV(B)27.84º40.76%93.33%-
XYZ57.6355.2232.82-
YUV196.4296.73157.66-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.12%
GREEN value IS 186 (73.05% from 255) = 32.92%
BLUE value IS 141 (55.47% from 255) = 24.96%
R=42.12%
G=32.92%
B=24.96%

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
Decimal23818614100.220.410.0727.8474.0574.31
HexEEBA8D0162971c4a4a
Octal35627221502651734112112
Binary1110111010111010100011010101101010011111110010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBA8D; }

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

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

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

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

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

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

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

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