#EEB97D

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

Shades of Corvette #EEB97D

Tints of Corvette #EEB97D

Color information

#EEB97D (or 0xEEB97D) is unknown color: approx Corvette. HEX triplet: EE, B9 and 7D. RGB value is (238,185,125). Sum of RGB (Red+Green+Blue) = 238+185+125=548 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.43% from 548); Green value is 185 (72.66% from 255 or 33.76% from 548); Blue value is 125 (49.22% from 255 or 22.81% from 548); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB97D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB97D is #114682. Grayscale: #C2C2C2. Windows color (decimal): -1132163 or 8239598. OLE color: 8239598.

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

Color convert

RGB238185125-
CMYK00.220.470.07
HSL31.86º76.87%71.18%-
HSV(B)31.86º47.48%93.33%-
XYZ56.3154.3626.93-
YUV194.0189.06159.38-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 43.43%
GREEN value IS 185 (72.66% from 255) = 33.76%
BLUE value IS 125 (49.22% from 255) = 22.81%
R=43.43%
G=33.76%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818512500.220.470.0731.8676.8771.18
HexEEB97D0162F7204d47
Octal35627117502657740115107
Binary1110111010111001111110101011010111111110000010011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB97D; }

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

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

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

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

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

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

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

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