#EEB98C

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

Shades of Corvette #EEB98C

Tints of Corvette #EEB98C

Color information

#EEB98C (or 0xEEB98C) is unknown color: approx Corvette. HEX triplet: EE, B9 and 8C. RGB value is (238,185,140). Sum of RGB (Red+Green+Blue) = 238+185+140=563 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.27% from 563); Green value is 185 (72.66% from 255 or 32.86% from 563); Blue value is 140 (55.08% from 255 or 24.87% from 563); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB98C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEB98C is #114673. Grayscale: #C3C3C3. Windows color (decimal): -1132148 or 9222638. OLE color: 9222638.

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

Color convert

RGB238185140-
CMYK00.220.410.07
HSL27.55º74.24%74.12%-
HSV(B)27.55º41.18%93.33%-
XYZ57.3454.7732.36-
YUV195.7296.56158.16-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.27%
GREEN value IS 185 (72.66% from 255) = 32.86%
BLUE value IS 140 (55.08% from 255) = 24.87%
R=42.27%
G=32.86%
B=24.87%

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
Decimal23818514000.220.410.0727.5574.2474.12
HexEEB98C0162971c4a4a
Octal35627121402651734112112
Binary1110111010111001100011000101101010011111110010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB98C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB98C; }

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

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

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

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

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

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

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

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