#EAB880

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

Shades of Corvette #EAB880

Tints of Corvette #EAB880

Color information

#EAB880 (or 0xEAB880) is unknown color: approx Corvette. HEX triplet: EA, B8 and 80. RGB value is (234,184,128). Sum of RGB (Red+Green+Blue) = 234+184+128=546 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.86% from 546); Green value is 184 (72.27% from 255 or 33.70% from 546); Blue value is 128 (50.39% from 255 or 23.44% from 546); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB880 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB880 is #15477F. Grayscale: #C0C0C0. Windows color (decimal): -1394560 or 8435946. OLE color: 8435946.

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

Color convert

RGB234184128-
CMYK00.210.450.08
HSL31.7º71.62%70.98%-
HSV(B)31.7º45.3%91.76%-
XYZ54.9753.3327.82-
YUV192.5791.56157.55-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.86%
GREEN value IS 184 (72.27% from 255) = 33.70%
BLUE value IS 128 (50.39% from 255) = 23.44%
R=42.86%
G=33.70%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418412800.210.450.0831.771.6270.98
HexEAB8800152D8204847
Octal352270200025551040110107
Binary111010101011100010000000010101101101100010000010010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB880; }

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

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

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

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

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

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

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

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