#EABC82

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

Shades of Corvette #EABC82

Tints of Corvette #EABC82

Color information

#EABC82 (or 0xEABC82) is unknown color: approx Corvette. HEX triplet: EA, BC and 82. RGB value is (234,188,130). Sum of RGB (Red+Green+Blue) = 234+188+130=552 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.39% from 552); Green value is 188 (73.83% from 255 or 34.06% from 552); Blue value is 130 (51.17% from 255 or 23.55% from 552); Max value from RGB is 234 - color contains mainly: red. Hex color #EABC82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABC82 is #15437D. Grayscale: #C3C3C3. Windows color (decimal): -1393534 or 8568042. OLE color: 8568042.

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

Color convert

RGB234188130-
CMYK00.200.440.08
HSL33.46º71.23%71.37%-
HSV(B)33.46º44.44%91.76%-
XYZ55.9455.0728.8-
YUV195.1491.24155.72-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.39%
GREEN value IS 188 (73.83% from 255) = 34.06%
BLUE value IS 130 (51.17% from 255) = 23.55%
R=42.39%
G=34.06%
B=23.55%

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
Decimal23418813000.200.440.0833.4671.2371.37
HexEABC820142C8214747
Octal352274202024541041107107
Binary111010101011110010000010010100101100100010000110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABC82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABC82; }

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

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

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

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

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

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

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

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