#EEBE8D

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

Shades of Corvette #EEBE8D

Tints of Corvette #EEBE8D

Color information

#EEBE8D (or 0xEEBE8D) is unknown color: approx Corvette. HEX triplet: EE, BE and 8D. RGB value is (238,190,141). Sum of RGB (Red+Green+Blue) = 238+190+141=569 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.83% from 569); Green value is 190 (74.61% from 255 or 33.39% from 569); Blue value is 141 (55.47% from 255 or 24.78% from 569); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBE8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBE8D is #114172. Grayscale: #C7C7C7. Windows color (decimal): -1130867 or 9289454. OLE color: 9289454.

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

Color convert

RGB238190141-
CMYK00.200.410.07
HSL30.31º74.05%74.31%-
HSV(B)30.31º40.76%93.33%-
XYZ58.4856.9333.11-
YUV198.7795.4155.98-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.83%
GREEN value IS 190 (74.61% from 255) = 33.39%
BLUE value IS 141 (55.47% from 255) = 24.78%
R=41.83%
G=33.39%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819014100.200.410.0730.3174.0574.31
HexEEBE8D0142971e4a4a
Octal35627621502451736112112
Binary1110111010111110100011010101001010011111111010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBE8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBE8D; }

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

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

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

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

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

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

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

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