#EEAD9F

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

Shades of Wax Flower #EEAD9F

Tints of Wax Flower #EEAD9F

Color information

#EEAD9F (or 0xEEAD9F) is unknown color: approx Wax Flower. HEX triplet: EE, AD and 9F. RGB value is (238,173,159). Sum of RGB (Red+Green+Blue) = 238+173+159=570 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.75% from 570); Green value is 173 (67.97% from 255 or 30.35% from 570); Blue value is 159 (62.5% from 255 or 27.89% from 570); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAD9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEAD9F is #115260. Grayscale: #BEBEBE. Windows color (decimal): -1135201 or 10464750. OLE color: 10464750.

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

Color convert

RGB238173159-
CMYK00.270.330.07
HSL10.63º69.91%77.84%-
HSV(B)10.63º33.19%93.33%-
XYZ56.4650.5739.59-
YUV190.84110.03161.64-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.75%
GREEN value IS 173 (67.97% from 255) = 30.35%
BLUE value IS 159 (62.5% from 255) = 27.89%
R=41.75%
G=30.35%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817315900.270.330.0710.6369.9177.84
HexEEAD9F01B217b464e
Octal35625523703341713106116
Binary111011101010110110011111011011100001111101110001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAD9F; }

 p { color: rgb(238,173,159); }

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

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

 a { background-color: rgb(238,173,159); }

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

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

 span { border-color: rgb(238,173,159); }

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