#EABA84

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

Shades of Corvette #EABA84

Tints of Corvette #EABA84

Color information

#EABA84 (or 0xEABA84) is unknown color: approx Corvette. HEX triplet: EA, BA and 84. RGB value is (234,186,132). Sum of RGB (Red+Green+Blue) = 234+186+132=552 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.39% from 552); Green value is 186 (73.05% from 255 or 33.70% from 552); Blue value is 132 (51.95% from 255 or 23.91% from 552); Max value from RGB is 234 - color contains mainly: red. Hex color #EABA84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABA84 is #15457B. Grayscale: #C2C2C2. Windows color (decimal): -1394044 or 8698602. OLE color: 8698602.

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

Color convert

RGB234186132-
CMYK00.210.440.08
HSL31.76º70.83%71.76%-
HSV(B)31.76º43.59%91.76%-
XYZ55.6654.2829.37-
YUV194.292.9156.39-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.39%
GREEN value IS 186 (73.05% from 255) = 33.70%
BLUE value IS 132 (51.95% from 255) = 23.91%
R=42.39%
G=33.70%
B=23.91%

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
Decimal23418613200.210.440.0831.7670.8371.76
HexEABA840152C8204748
Octal352272204025541040107110
Binary111010101011101010000100010101101100100010000010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABA84; }

 p { color: rgb(234,186,132); }

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

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

 a { background-color: rgb(234,186,132); }

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

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

 span { border-color: rgb(234,186,132); }

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