#EABF95

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

Shades of New Tan #EABF95

Tints of New Tan #EABF95

Color information

#EABF95 (or 0xEABF95) is unknown color: approx New Tan. HEX triplet: EA, BF and 95. RGB value is (234,191,149). Sum of RGB (Red+Green+Blue) = 234+191+149=574 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.77% from 574); Green value is 191 (75% from 255 or 33.28% from 574); Blue value is 149 (58.59% from 255 or 25.96% from 574); Max value from RGB is 234 - color contains mainly: red. Hex color #EABF95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABF95 is #15406A. Grayscale: #C7C7C7. Windows color (decimal): -1392747 or 9813994. OLE color: 9813994.

HSL color Cylindrical-coordinate representation of color #EABF95: hue angle of 29.65º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EABF95 is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.08.

Color convert

RGB234191149-
CMYK00.180.360.08
HSL29.65º66.93%75.1%-
HSV(B)29.65º36.32%91.76%-
XYZ57.9956.9236.36-
YUV199.0799.75152.92-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.77%
GREEN value IS 191 (75% from 255) = 33.28%
BLUE value IS 149 (58.59% from 255) = 25.96%
R=40.77%
G=33.28%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419114900.180.360.0829.6566.9375.1
HexEABF950122481e434b
Octal352277225022441036103113
Binary11101010101111111001010101001010010010001111010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABF95; }

 p { color: rgb(234,191,149); }

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

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

 a { background-color: rgb(234,191,149); }

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

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

 span { border-color: rgb(234,191,149); }

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