#EAB485

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

Shades of Corvette #EAB485

Tints of Corvette #EAB485

Color information

#EAB485 (or 0xEAB485) is unknown color: approx Corvette. HEX triplet: EA, B4 and 85. RGB value is (234,180,133). Sum of RGB (Red+Green+Blue) = 234+180+133=547 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.78% from 547); Green value is 180 (70.70% from 255 or 32.91% from 547); Blue value is 133 (52.34% from 255 or 24.31% from 547); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB485 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB485 is #154B7A. Grayscale: #BFBFBF. Windows color (decimal): -1395579 or 8762602. OLE color: 8762602.

HSL color Cylindrical-coordinate representation of color #EAB485: hue angle of 27.92º degrees, saturation: 0.71, 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 #EAB485 is Cyan = 0, Magento = 0.23, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB234180133-
CMYK00.230.430.08
HSL27.92º70.63%71.96%-
HSV(B)27.92º43.16%91.76%-
XYZ54.4951.8329.32-
YUV190.7995.39158.82-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.78%
GREEN value IS 180 (70.70% from 255) = 32.91%
BLUE value IS 133 (52.34% from 255) = 24.31%
R=42.78%
G=32.91%
B=24.31%

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
Decimal23418013300.230.430.0827.9270.6371.96
HexEAB4850172B81c4748
Octal352264205027531034107110
Binary11101010101101001000010101011110101110001110010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB485; }

 p { color: rgb(234,180,133); }

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

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

 a { background-color: rgb(234,180,133); }

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

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

 span { border-color: rgb(234,180,133); }

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