#EEB98D

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

Shades of Corvette #EEB98D

Tints of Corvette #EEB98D

Color information

#EEB98D (or 0xEEB98D) is unknown color: approx Corvette. HEX triplet: EE, B9 and 8D. RGB value is (238,185,141). Sum of RGB (Red+Green+Blue) = 238+185+141=564 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.20% from 564); Green value is 185 (72.66% from 255 or 32.80% from 564); Blue value is 141 (55.47% from 255 or 25% from 564); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB98D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEB98D is #114672. Grayscale: #C4C4C4. Windows color (decimal): -1132147 or 9288174. OLE color: 9288174.

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

Color convert

RGB238185141-
CMYK00.220.410.07
HSL27.22º74.05%74.31%-
HSV(B)27.22º40.76%93.33%-
XYZ57.4254.832.75-
YUV195.8397.06158.08-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.20%
GREEN value IS 185 (72.66% from 255) = 32.80%
BLUE value IS 141 (55.47% from 255) = 25%
R=42.20%
G=32.80%
B=25%

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
Decimal23818514100.220.410.0727.2274.0574.31
HexEEB98D0162971b4a4a
Octal35627121502651733112112
Binary1110111010111001100011010101101010011111101110010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB98D; }

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

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

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

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

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

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

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

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