#EEAE9D

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

Shades of Wax Flower #EEAE9D

Tints of Wax Flower #EEAE9D

Color information

#EEAE9D (or 0xEEAE9D) is unknown color: approx Wax Flower. HEX triplet: EE, AE and 9D. RGB value is (238,174,157). Sum of RGB (Red+Green+Blue) = 238+174+157=569 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.83% from 569); Green value is 174 (68.36% from 255 or 30.58% from 569); Blue value is 157 (61.72% from 255 or 27.59% from 569); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAE9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEAE9D is #115162. Grayscale: #BFBFBF. Windows color (decimal): -1134947 or 10333934. OLE color: 10333934.

HSL color Cylindrical-coordinate representation of color #EEAE9D: hue angle of 12.59º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EEAE9D is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB238174157-
CMYK00.270.340.07
HSL12.59º70.43%77.45%-
HSV(B)12.59º34.03%93.33%-
XYZ56.4850.8838.74-
YUV191.2108.7161.38-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.83%
GREEN value IS 174 (68.36% from 255) = 30.58%
BLUE value IS 157 (61.72% from 255) = 27.59%
R=41.83%
G=30.58%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817415700.270.340.0712.5970.4377.45
HexEEAE9D01B227d464d
Octal35625623503342715106115
Binary111011101010111010011101011011100010111110110001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAE9D; }

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

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

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

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

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

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

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

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