#E9AE9B

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

Shades of Wax Flower #E9AE9B

Tints of Wax Flower #E9AE9B

Color information

#E9AE9B (or 0xE9AE9B) is unknown color: approx Wax Flower. HEX triplet: E9, AE and 9B. RGB value is (233,174,155). Sum of RGB (Red+Green+Blue) = 233+174+155=562 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.46% from 562); Green value is 174 (68.36% from 255 or 30.96% from 562); Blue value is 155 (60.94% from 255 or 27.58% from 562); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AE9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9AE9B is #165164. Grayscale: #BDBDBD. Windows color (decimal): -1462629 or 10202857. OLE color: 10202857.

HSL color Cylindrical-coordinate representation of color #E9AE9B: hue angle of 14.62º 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 #E9AE9B is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.09.

Color convert

RGB233174155-
CMYK00.250.330.09
HSL14.62º63.93%76.08%-
HSV(B)14.62º33.48%91.37%-
XYZ54.6649.9637.77-
YUV189.48108.55159.04-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.46%
GREEN value IS 174 (68.36% from 255) = 30.96%
BLUE value IS 155 (60.94% from 255) = 27.58%
R=41.46%
G=30.96%
B=27.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.33
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23317415500.250.330.0914.6263.9376.08
HexE9AE9B019219f404c
Octal351256233031411117100114
Binary1110100110101110100110110110011000011001111110000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9AE9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9AE9B; }

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

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

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

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

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

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

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

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