#EAB586

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

Shades of Corvette #EAB586

Tints of Corvette #EAB586

Color information

#EAB586 (or 0xEAB586) is unknown color: approx Corvette. HEX triplet: EA, B5 and 86. RGB value is (234,181,134). Sum of RGB (Red+Green+Blue) = 234+181+134=549 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.62% from 549); Green value is 181 (71.09% from 255 or 32.97% from 549); Blue value is 134 (52.73% from 255 or 24.41% from 549); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB586 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB586 is #154A79. Grayscale: #BFBFBF. Windows color (decimal): -1395322 or 8828394. OLE color: 8828394.

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

Color convert

RGB234181134-
CMYK00.230.430.08
HSL28.2º70.42%72.16%-
HSV(B)28.2º42.74%91.76%-
XYZ54.7652.2629.76-
YUV191.4995.56158.32-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.62%
GREEN value IS 181 (71.09% from 255) = 32.97%
BLUE value IS 134 (52.73% from 255) = 24.41%
R=42.62%
G=32.97%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418113400.230.430.0828.270.4272.16
HexEAB5860172B81c4648
Octal352265206027531034106110
Binary11101010101101011000011001011110101110001110010001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB586; }

 p { color: rgb(234,181,134); }

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

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

 a { background-color: rgb(234,181,134); }

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

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

 span { border-color: rgb(234,181,134); }

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