#EAB982

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

Shades of Corvette #EAB982

Tints of Corvette #EAB982

Color information

#EAB982 (or 0xEAB982) is unknown color: approx Corvette. HEX triplet: EA, B9 and 82. RGB value is (234,185,130). Sum of RGB (Red+Green+Blue) = 234+185+130=549 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.62% from 549); Green value is 185 (72.66% from 255 or 33.70% from 549); Blue value is 130 (51.17% from 255 or 23.68% from 549); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB982 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB982 is #15467D. Grayscale: #C1C1C1. Windows color (decimal): -1394302 or 8567274. OLE color: 8567274.

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

Color convert

RGB234185130-
CMYK00.210.440.08
HSL31.73º71.23%71.37%-
HSV(B)31.73º44.44%91.76%-
XYZ55.3153.828.59-
YUV193.3892.23156.97-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.62%
GREEN value IS 185 (72.66% from 255) = 33.70%
BLUE value IS 130 (51.17% from 255) = 23.68%
R=42.62%
G=33.70%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418513000.210.440.0831.7371.2371.37
HexEAB9820152C8204747
Octal352271202025541040107107
Binary111010101011100110000010010101101100100010000010001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB982; }

 p { color: rgb(234,185,130); }

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

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

 a { background-color: rgb(234,185,130); }

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

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

 span { border-color: rgb(234,185,130); }

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