#E9B49A

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

Shades of Wax Flower #E9B49A

Tints of Wax Flower #E9B49A

Color information

#E9B49A (or 0xE9B49A) is unknown color: approx Wax Flower. HEX triplet: E9, B4 and 9A. RGB value is (233,180,154). Sum of RGB (Red+Green+Blue) = 233+180+154=567 (75% of max value = 765). Red value is 233 (91.41% from 255 or 41.09% from 567); Green value is 180 (70.70% from 255 or 31.75% from 567); Blue value is 154 (60.55% from 255 or 27.16% from 567); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B49A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9B49A is #164B65. Grayscale: #C1C1C1. Windows color (decimal): -1461094 or 10138857. OLE color: 10138857.

HSL color Cylindrical-coordinate representation of color #E9B49A: hue angle of 19.75º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E9B49A is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.09.

Color convert

RGB233180154-
CMYK00.230.340.09
HSL19.75º64.23%75.88%-
HSV(B)19.75º33.91%91.37%-
XYZ55.7652.337.73-
YUV192.88106.06156.61-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.09%
GREEN value IS 180 (70.70% from 255) = 31.75%
BLUE value IS 154 (60.55% from 255) = 27.16%
R=41.09%
G=31.75%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.34
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23318015400.230.340.0919.7564.2375.88
HexE9B49A01722914404c
Octal351264232027421124100114
Binary11101001101101001001101001011110001010011010010000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9B49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9B49A; }

 p { color: rgb(233,180,154); }

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

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

 a { background-color: rgb(233,180,154); }

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

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

 span { border-color: rgb(233,180,154); }

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