#EEBD8D

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

Shades of Corvette #EEBD8D

Tints of Corvette #EEBD8D

Color information

#EEBD8D (or 0xEEBD8D) is unknown color: approx Corvette. HEX triplet: EE, BD and 8D. RGB value is (238,189,141). Sum of RGB (Red+Green+Blue) = 238+189+141=568 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.90% from 568); Green value is 189 (74.22% from 255 or 33.27% from 568); Blue value is 141 (55.47% from 255 or 24.82% from 568); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBD8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBD8D is #114272. Grayscale: #C6C6C6. Windows color (decimal): -1131123 or 9289198. OLE color: 9289198.

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

Color convert

RGB238189141-
CMYK00.210.410.07
HSL29.69º74.05%74.31%-
HSV(B)29.69º40.76%93.33%-
XYZ58.2756.533.03-
YUV198.1895.73156.4-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.90%
GREEN value IS 189 (74.22% from 255) = 33.27%
BLUE value IS 141 (55.47% from 255) = 24.82%
R=41.90%
G=33.27%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818914100.210.410.0729.6974.0574.31
HexEEBD8D0152971e4a4a
Octal35627521502551736112112
Binary1110111010111101100011010101011010011111111010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBD8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBD8D; }

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

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

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

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

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

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

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

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