#EABC7F

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

Shades of Corvette #EABC7F

Tints of Corvette #EABC7F

Color information

#EABC7F (or 0xEABC7F) is unknown color: approx Corvette. HEX triplet: EA, BC and 7F. RGB value is (234,188,127). Sum of RGB (Red+Green+Blue) = 234+188+127=549 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.62% from 549); Green value is 188 (73.83% from 255 or 34.24% from 549); Blue value is 127 (50% from 255 or 23.13% from 549); Max value from RGB is 234 - color contains mainly: red. Hex color #EABC7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABC7F is #154380. Grayscale: #C3C3C3. Windows color (decimal): -1393537 or 8371434. OLE color: 8371434.

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

Color convert

RGB234188127-
CMYK00.200.460.08
HSL34.21º71.81%70.78%-
HSV(B)34.21º45.73%91.76%-
XYZ55.7554.9927.75-
YUV194.889.74155.96-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.62%
GREEN value IS 188 (73.83% from 255) = 34.24%
BLUE value IS 127 (50% from 255) = 23.13%
R=42.62%
G=34.24%
B=23.13%

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
Decimal23418812700.200.460.0834.2171.8170.78
HexEABC7F0142E8224847
Octal352274177024561042110107
Binary11101010101111001111111010100101110100010001010010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABC7F; }

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

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

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

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

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

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

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

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