#EABC7E

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

Shades of Corvette #EABC7E

Tints of Corvette #EABC7E

Color information

#EABC7E (or 0xEABC7E) is unknown color: approx Corvette. HEX triplet: EA, BC and 7E. RGB value is (234,188,126). Sum of RGB (Red+Green+Blue) = 234+188+126=548 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.70% from 548); Green value is 188 (73.83% from 255 or 34.31% from 548); Blue value is 126 (49.61% from 255 or 22.99% from 548); Max value from RGB is 234 - color contains mainly: red. Hex color #EABC7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABC7E is #154381. Grayscale: #C2C2C2. Windows color (decimal): -1393538 or 8305898. OLE color: 8305898.

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

Color convert

RGB234188126-
CMYK00.200.460.08
HSL34.44º72%70.59%-
HSV(B)34.44º46.15%91.76%-
XYZ55.6854.9727.41-
YUV194.6989.24156.04-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.70%
GREEN value IS 188 (73.83% from 255) = 34.31%
BLUE value IS 126 (49.61% from 255) = 22.99%
R=42.70%
G=34.31%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.46
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418812600.200.460.0834.447270.59
HexEABC7E0142E8224847
Octal352274176024561042110107
Binary11101010101111001111110010100101110100010001010010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABC7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABC7E; }

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

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

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

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

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

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

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

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