#EAB780

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

Shades of Corvette #EAB780

Tints of Corvette #EAB780

Color information

#EAB780 (or 0xEAB780) is unknown color: approx Corvette. HEX triplet: EA, B7 and 80. RGB value is (234,183,128). Sum of RGB (Red+Green+Blue) = 234+183+128=545 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.94% from 545); Green value is 183 (71.88% from 255 or 33.58% from 545); Blue value is 128 (50.39% from 255 or 23.49% from 545); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB780 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB780 is #15487F. Grayscale: #C0C0C0. Windows color (decimal): -1394816 or 8435690. OLE color: 8435690.

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

Color convert

RGB234183128-
CMYK00.220.450.08
HSL31.13º71.62%70.98%-
HSV(B)31.13º45.3%91.76%-
XYZ54.7652.9227.75-
YUV191.9891.9157.97-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.94%
GREEN value IS 183 (71.88% from 255) = 33.58%
BLUE value IS 128 (50.39% from 255) = 23.49%
R=42.94%
G=33.58%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418312800.220.450.0831.1371.6270.98
HexEAB7800162D81f4847
Octal352267200026551037110107
Binary11101010101101111000000001011010110110001111110010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB780; }

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

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

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

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

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

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

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

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