#EABC84

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

Shades of Corvette #EABC84

Tints of Corvette #EABC84

Color information

#EABC84 (or 0xEABC84) is unknown color: approx Corvette. HEX triplet: EA, BC and 84. RGB value is (234,188,132). Sum of RGB (Red+Green+Blue) = 234+188+132=554 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.24% from 554); Green value is 188 (73.83% from 255 or 33.94% from 554); Blue value is 132 (51.95% from 255 or 23.83% from 554); Max value from RGB is 234 - color contains mainly: red. Hex color #EABC84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABC84 is #15437B. Grayscale: #C3C3C3. Windows color (decimal): -1393532 or 8699114. OLE color: 8699114.

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

Color convert

RGB234188132-
CMYK00.200.440.08
HSL32.94º70.83%71.76%-
HSV(B)32.94º43.59%91.76%-
XYZ56.0855.1229.51-
YUV195.3792.24155.55-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.24%
GREEN value IS 188 (73.83% from 255) = 33.94%
BLUE value IS 132 (51.95% from 255) = 23.83%
R=42.24%
G=33.94%
B=23.83%

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
Decimal23418813200.200.440.0832.9470.8371.76
HexEABC840142C8214748
Octal352274204024541041107110
Binary111010101011110010000100010100101100100010000110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABC84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABC84; }

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

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

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

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

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

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

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

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