#EABD89

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

Shades of Corvette #EABD89

Tints of Corvette #EABD89

Color information

#EABD89 (or 0xEABD89) is unknown color: approx Corvette. HEX triplet: EA, BD and 89. RGB value is (234,189,137). Sum of RGB (Red+Green+Blue) = 234+189+137=560 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.79% from 560); Green value is 189 (74.22% from 255 or 33.75% from 560); Blue value is 137 (53.91% from 255 or 24.46% from 560); Max value from RGB is 234 - color contains mainly: red. Hex color #EABD89 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABD89 is #154276. Grayscale: #C4C4C4. Windows color (decimal): -1393271 or 9027050. OLE color: 9027050.

HSL color Cylindrical-coordinate representation of color #EABD89: hue angle of 32.16º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EABD89 is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB234189137-
CMYK00.190.410.08
HSL32.16º69.78%72.75%-
HSV(B)32.16º41.45%91.76%-
XYZ56.6455.6931.43-
YUV196.5394.41154.73-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.79%
GREEN value IS 189 (74.22% from 255) = 33.75%
BLUE value IS 137 (53.91% from 255) = 24.46%
R=41.79%
G=33.75%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418913700.190.410.0832.1669.7872.75
HexEABD89013298204649
Octal352275211023511040106111
Binary111010101011110110001001010011101001100010000010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABD89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABD89; }

 p { color: rgb(234,189,137); }

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

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

 a { background-color: rgb(234,189,137); }

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

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

 span { border-color: rgb(234,189,137); }

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