#E9AD9B

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

Shades of Wax Flower #E9AD9B

Tints of Wax Flower #E9AD9B

Color information

#E9AD9B (or 0xE9AD9B) is unknown color: approx Wax Flower. HEX triplet: E9, AD and 9B. RGB value is (233,173,155). Sum of RGB (Red+Green+Blue) = 233+173+155=561 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.53% from 561); Green value is 173 (67.97% from 255 or 30.84% from 561); Blue value is 155 (60.94% from 255 or 27.63% from 561); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AD9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9AD9B is #165264. Grayscale: #BDBDBD. Windows color (decimal): -1462885 or 10202601. OLE color: 10202601.

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

Color convert

RGB233173155-
CMYK00.260.330.09
HSL13.85º63.93%76.08%-
HSV(B)13.85º33.48%91.37%-
XYZ54.4649.5837.71-
YUV188.89108.88159.46-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.53%
GREEN value IS 173 (67.97% from 255) = 30.84%
BLUE value IS 155 (60.94% from 255) = 27.63%
R=41.53%
G=30.84%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.33
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23317315500.260.330.0913.8563.9376.08
HexE9AD9B01A219e404c
Octal351255233032411116100114
Binary1110100110101101100110110110101000011001111010000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9AD9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9AD9B; }

 p { color: rgb(233,173,155); }

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

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

 a { background-color: rgb(233,173,155); }

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

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

 span { border-color: rgb(233,173,155); }

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