#EABD98

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

Shades of New Tan #EABD98

Tints of New Tan #EABD98

Color information

#EABD98 (or 0xEABD98) is unknown color: approx New Tan. HEX triplet: EA, BD and 98. RGB value is (234,189,152). Sum of RGB (Red+Green+Blue) = 234+189+152=575 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.70% from 575); Green value is 189 (74.22% from 255 or 32.87% from 575); Blue value is 152 (59.77% from 255 or 26.43% from 575); Max value from RGB is 234 - color contains mainly: red. Hex color #EABD98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABD98 is #154267. Grayscale: #C6C6C6. Windows color (decimal): -1393256 or 10010090. OLE color: 10010090.

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

Color convert

RGB234189152-
CMYK00.190.350.08
HSL27.07º66.13%75.69%-
HSV(B)27.07º35.04%91.76%-
XYZ57.856.1537.5-
YUV198.24101.91153.51-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.70%
GREEN value IS 189 (74.22% from 255) = 32.87%
BLUE value IS 152 (59.77% from 255) = 26.43%
R=40.70%
G=32.87%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418915200.190.350.0827.0766.1375.69
HexEABD980132381b424c
Octal352275230023431033102114
Binary11101010101111011001100001001110001110001101110000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABD98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABD98; }

 p { color: rgb(234,189,152); }

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

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

 a { background-color: rgb(234,189,152); }

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

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

 span { border-color: rgb(234,189,152); }

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