#EAB49D

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

Shades of Wax Flower #EAB49D

Tints of Wax Flower #EAB49D

Color information

#EAB49D (or 0xEAB49D) is unknown color: approx Wax Flower. HEX triplet: EA, B4 and 9D. RGB value is (234,180,157). Sum of RGB (Red+Green+Blue) = 234+180+157=571 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.98% from 571); Green value is 180 (70.70% from 255 or 31.52% from 571); Blue value is 157 (61.72% from 255 or 27.50% from 571); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB49D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB49D is #154B62. Grayscale: #C1C1C1. Windows color (decimal): -1395555 or 10335466. OLE color: 10335466.

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

Color convert

RGB234180157-
CMYK00.230.330.08
HSL17.92º64.71%76.67%-
HSV(B)17.92º32.91%91.76%-
XYZ56.3452.5739.08-
YUV193.52107.39156.87-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.98%
GREEN value IS 180 (70.70% from 255) = 31.52%
BLUE value IS 157 (61.72% from 255) = 27.50%
R=40.98%
G=31.52%
B=27.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418015700.230.330.0817.9264.7176.67
HexEAB49D01721812414d
Octal352264235027411022101115
Binary11101010101101001001110101011110000110001001010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB49D; }

 p { color: rgb(234,180,157); }

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

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

 a { background-color: rgb(234,180,157); }

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

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

 span { border-color: rgb(234,180,157); }

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