#E9AE9D

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

Shades of Wax Flower #E9AE9D

Tints of Wax Flower #E9AE9D

Color information

#E9AE9D (or 0xE9AE9D) is unknown color: approx Wax Flower. HEX triplet: E9, AE and 9D. RGB value is (233,174,157). Sum of RGB (Red+Green+Blue) = 233+174+157=564 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.31% from 564); Green value is 174 (68.36% from 255 or 30.85% from 564); Blue value is 157 (61.72% from 255 or 27.84% from 564); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AE9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9AE9D is #165162. Grayscale: #BDBDBD. Windows color (decimal): -1462627 or 10333929. OLE color: 10333929.

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

Color convert

RGB233174157-
CMYK00.250.330.09
HSL13.42º63.33%76.47%-
HSV(B)13.42º32.62%91.37%-
XYZ54.8350.0338.67-
YUV189.7109.55158.88-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.31%
GREEN value IS 174 (68.36% from 255) = 30.85%
BLUE value IS 157 (61.72% from 255) = 27.84%
R=41.31%
G=30.85%
B=27.84%

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
Decimal23317415700.250.330.0913.4263.3376.47
HexE9AE9D019219d3f4c
Octal35125623503141111577114
Binary111010011010111010011101011001100001100111011111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9AE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9AE9D; }

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

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

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

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

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

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

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

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