#EEBD81

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

Shades of Corvette #EEBD81

Tints of Corvette #EEBD81

Color information

#EEBD81 (or 0xEEBD81) is unknown color: approx Corvette. HEX triplet: EE, BD and 81. RGB value is (238,189,129). Sum of RGB (Red+Green+Blue) = 238+189+129=556 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.81% from 556); Green value is 189 (74.22% from 255 or 33.99% from 556); Blue value is 129 (50.78% from 255 or 23.20% from 556); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBD81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBD81 is #11427E. Grayscale: #C5C5C5. Windows color (decimal): -1131135 or 8502766. OLE color: 8502766.

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

Color convert

RGB238189129-
CMYK00.210.460.07
HSL33.03º76.22%71.96%-
HSV(B)33.03º45.8%93.33%-
XYZ57.4256.1628.58-
YUV196.8189.73157.38-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.81%
GREEN value IS 189 (74.22% from 255) = 33.99%
BLUE value IS 129 (50.78% from 255) = 23.20%
R=42.81%
G=33.99%
B=23.20%

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
Decimal23818912900.210.460.0733.0376.2271.96
HexEEBD810152E7214c48
Octal35627520102556741114110
Binary11101110101111011000000101010110111011110000110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBD81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBD81; }

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

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

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

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

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

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

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

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