#EEBC80

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

Shades of Corvette #EEBC80

Tints of Corvette #EEBC80

Color information

#EEBC80 (or 0xEEBC80) is unknown color: approx Corvette. HEX triplet: EE, BC and 80. RGB value is (238,188,128). Sum of RGB (Red+Green+Blue) = 238+188+128=554 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.96% from 554); Green value is 188 (73.83% from 255 or 33.94% from 554); Blue value is 128 (50.39% from 255 or 23.10% from 554); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBC80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBC80 is #11437F. Grayscale: #C4C4C4. Windows color (decimal): -1131392 or 8436974. OLE color: 8436974.

HSL color Cylindrical-coordinate representation of color #EEBC80: hue angle of 32.73º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EEBC80 is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB238188128-
CMYK00.210.460.07
HSL32.73º76.39%71.76%-
HSV(B)32.73º46.22%93.33%-
XYZ57.1455.728.16-
YUV196.1189.56157.88-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.96%
GREEN value IS 188 (73.83% from 255) = 33.94%
BLUE value IS 128 (50.39% from 255) = 23.10%
R=42.96%
G=33.94%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818812800.210.460.0732.7376.3971.76
HexEEBC800152E7214c48
Octal35627420002556741114110
Binary11101110101111001000000001010110111011110000110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBC80; }

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

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

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

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

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

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

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

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