#EAB49B

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

Shades of Wax Flower #EAB49B

Tints of Wax Flower #EAB49B

Color information

#EAB49B (or 0xEAB49B) is unknown color: approx Wax Flower. HEX triplet: EA, B4 and 9B. RGB value is (234,180,155). Sum of RGB (Red+Green+Blue) = 234+180+155=569 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.12% from 569); Green value is 180 (70.70% from 255 or 31.63% from 569); Blue value is 155 (60.94% from 255 or 27.24% from 569); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB49B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB49B is #154B64. Grayscale: #C1C1C1. Windows color (decimal): -1395557 or 10204394. OLE color: 10204394.

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

Color convert

RGB234180155-
CMYK00.230.340.08
HSL18.99º65.29%76.27%-
HSV(B)18.99º33.76%91.76%-
XYZ56.1752.538.18-
YUV193.3106.39157.03-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.12%
GREEN value IS 180 (70.70% from 255) = 31.63%
BLUE value IS 155 (60.94% from 255) = 27.24%
R=41.12%
G=31.63%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418015500.230.340.0818.9965.2976.27
HexEAB49B01722813414c
Octal352264233027421023101114
Binary11101010101101001001101101011110001010001001110000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB49B; }

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

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

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

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

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

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

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

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