#EEBC8D

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

Shades of Corvette #EEBC8D

Tints of Corvette #EEBC8D

Color information

#EEBC8D (or 0xEEBC8D) is unknown color: approx Corvette. HEX triplet: EE, BC and 8D. RGB value is (238,188,141). Sum of RGB (Red+Green+Blue) = 238+188+141=567 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.98% from 567); Green value is 188 (73.83% from 255 or 33.16% from 567); Blue value is 141 (55.47% from 255 or 24.87% from 567); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBC8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBC8D is #114372. Grayscale: #C5C5C5. Windows color (decimal): -1131379 or 9288942. OLE color: 9288942.

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

Color convert

RGB238188141-
CMYK00.210.410.07
HSL29.07º74.05%74.31%-
HSV(B)29.07º40.76%93.33%-
XYZ58.0556.0732.96-
YUV197.5996.06156.82-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.98%
GREEN value IS 188 (73.83% from 255) = 33.16%
BLUE value IS 141 (55.47% from 255) = 24.87%
R=41.98%
G=33.16%
B=24.87%

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
Decimal23818814100.210.410.0729.0774.0574.31
HexEEBC8D0152971d4a4a
Octal35627421502551735112112
Binary1110111010111100100011010101011010011111110110010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBC8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBC8D; }

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

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

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

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

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

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

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

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