#EABF9B

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

Shades of New Tan #EABF9B

Tints of New Tan #EABF9B

Color information

#EABF9B (or 0xEABF9B) is unknown color: approx New Tan. HEX triplet: EA, BF and 9B. RGB value is (234,191,155). Sum of RGB (Red+Green+Blue) = 234+191+155=580 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.34% from 580); Green value is 191 (75% from 255 or 32.93% from 580); Blue value is 155 (60.94% from 255 or 26.72% from 580); Max value from RGB is 234 - color contains mainly: red. Hex color #EABF9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABF9B is #154064. Grayscale: #C7C7C7. Windows color (decimal): -1392741 or 10207210. OLE color: 10207210.

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

Color convert

RGB234191155-
CMYK00.180.340.08
HSL27.34º65.29%76.27%-
HSV(B)27.34º33.76%91.76%-
XYZ58.4857.1238.95-
YUV199.75102.75152.43-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.34%
GREEN value IS 191 (75% from 255) = 32.93%
BLUE value IS 155 (60.94% from 255) = 26.72%
R=40.34%
G=32.93%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419115500.180.340.0827.3465.2976.27
HexEABF9B0122281b414c
Octal352277233022421033101114
Binary11101010101111111001101101001010001010001101110000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABF9B; }

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

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

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

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

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

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

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

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