#EABA88

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

Shades of Corvette #EABA88

Tints of Corvette #EABA88

Color information

#EABA88 (or 0xEABA88) is unknown color: approx Corvette. HEX triplet: EA, BA and 88. RGB value is (234,186,136). Sum of RGB (Red+Green+Blue) = 234+186+136=556 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.09% from 556); Green value is 186 (73.05% from 255 or 33.45% from 556); Blue value is 136 (53.52% from 255 or 24.46% from 556); Max value from RGB is 234 - color contains mainly: red. Hex color #EABA88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABA88 is #154577. Grayscale: #C2C2C2. Windows color (decimal): -1394040 or 8960746. OLE color: 8960746.

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

Color convert

RGB234186136-
CMYK00.210.420.08
HSL30.61º70%72.55%-
HSV(B)30.61º41.88%91.76%-
XYZ55.9354.3930.84-
YUV194.6594.9156.07-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.09%
GREEN value IS 186 (73.05% from 255) = 33.45%
BLUE value IS 136 (53.52% from 255) = 24.46%
R=42.09%
G=33.45%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.42
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418613600.210.420.0830.617072.55
HexEABA880152A81f4649
Octal352272210025521037106111
Binary11101010101110101000100001010110101010001111110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABA88; }

 p { color: rgb(234,186,136); }

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

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

 a { background-color: rgb(234,186,136); }

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

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

 span { border-color: rgb(234,186,136); }

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