#EABB82

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

Shades of Corvette #EABB82

Tints of Corvette #EABB82

Color information

#EABB82 (or 0xEABB82) is unknown color: approx Corvette. HEX triplet: EA, BB and 82. RGB value is (234,187,130). Sum of RGB (Red+Green+Blue) = 234+187+130=551 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.47% from 551); Green value is 187 (73.44% from 255 or 33.94% from 551); Blue value is 130 (51.17% from 255 or 23.59% from 551); Max value from RGB is 234 - color contains mainly: red. Hex color #EABB82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABB82 is #15447D. Grayscale: #C2C2C2. Windows color (decimal): -1393790 or 8567786. OLE color: 8567786.

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

Color convert

RGB234187130-
CMYK00.200.440.08
HSL32.88º71.23%71.37%-
HSV(B)32.88º44.44%91.76%-
XYZ55.7354.6428.73-
YUV194.5591.57156.13-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.47%
GREEN value IS 187 (73.44% from 255) = 33.94%
BLUE value IS 130 (51.17% from 255) = 23.59%
R=42.47%
G=33.94%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418713000.200.440.0832.8871.2371.37
HexEABB820142C8214747
Octal352273202024541041107107
Binary111010101011101110000010010100101100100010000110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABB82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABB82; }

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

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

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

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

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

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

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

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