#EAB985

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

Shades of Corvette #EAB985

Tints of Corvette #EAB985

Color information

#EAB985 (or 0xEAB985) is unknown color: approx Corvette. HEX triplet: EA, B9 and 85. RGB value is (234,185,133). Sum of RGB (Red+Green+Blue) = 234+185+133=552 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.39% from 552); Green value is 185 (72.66% from 255 or 33.51% from 552); Blue value is 133 (52.34% from 255 or 24.09% from 552); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB985 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB985 is #15467A. Grayscale: #C1C1C1. Windows color (decimal): -1394299 or 8763882. OLE color: 8763882.

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

Color convert

RGB234185133-
CMYK00.210.430.08
HSL30.89º70.63%71.96%-
HSV(B)30.89º43.16%91.76%-
XYZ55.5153.8829.66-
YUV193.7293.73156.73-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.39%
GREEN value IS 185 (72.66% from 255) = 33.51%
BLUE value IS 133 (52.34% from 255) = 24.09%
R=42.39%
G=33.51%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418513300.210.430.0830.8970.6371.96
HexEAB9850152B81f4748
Octal352271205025531037107110
Binary11101010101110011000010101010110101110001111110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB985; }

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

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

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

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

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

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

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

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