#EAB888

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

Shades of Corvette #EAB888

Tints of Corvette #EAB888

Color information

#EAB888 (or 0xEAB888) is unknown color: approx Corvette. HEX triplet: EA, B8 and 88. RGB value is (234,184,136). Sum of RGB (Red+Green+Blue) = 234+184+136=554 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.24% from 554); Green value is 184 (72.27% from 255 or 33.21% from 554); Blue value is 136 (53.52% from 255 or 24.55% from 554); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB888 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB888 is #154777. Grayscale: #C1C1C1. Windows color (decimal): -1394552 or 8960234. OLE color: 8960234.

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

Color convert

RGB234184136-
CMYK00.210.420.08
HSL29.39º70%72.55%-
HSV(B)29.39º41.88%91.76%-
XYZ55.5253.5530.7-
YUV193.4895.56156.9-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.24%
GREEN value IS 184 (72.27% from 255) = 33.21%
BLUE value IS 136 (53.52% from 255) = 24.55%
R=42.24%
G=33.21%
B=24.55%

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
Decimal23418413600.210.420.0829.397072.55
HexEAB8880152A81d4649
Octal352270210025521035106111
Binary11101010101110001000100001010110101010001110110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB888; }

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

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

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

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

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

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

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

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