#EEAD9D

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

Shades of Wax Flower #EEAD9D

Tints of Wax Flower #EEAD9D

Color information

#EEAD9D (or 0xEEAD9D) is unknown color: approx Wax Flower. HEX triplet: EE, AD and 9D. RGB value is (238,173,157). Sum of RGB (Red+Green+Blue) = 238+173+157=568 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.90% from 568); Green value is 173 (67.97% from 255 or 30.46% from 568); Blue value is 157 (61.72% from 255 or 27.64% from 568); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAD9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEAD9D is #115262. Grayscale: #BEBEBE. Windows color (decimal): -1135203 or 10333678. OLE color: 10333678.

HSL color Cylindrical-coordinate representation of color #EEAD9D: hue angle of 11.85º 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 #EEAD9D is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB238173157-
CMYK00.270.340.07
HSL11.85º70.43%77.45%-
HSV(B)11.85º34.03%93.33%-
XYZ56.2950.538.68-
YUV190.61109.03161.8-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.90%
GREEN value IS 173 (67.97% from 255) = 30.46%
BLUE value IS 157 (61.72% from 255) = 27.64%
R=41.90%
G=30.46%
B=27.64%

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
Decimal23817315700.270.340.0711.8570.4377.45
HexEEAD9D01B227c464d
Octal35625523503342714106115
Binary111011101010110110011101011011100010111110010001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAD9D; }

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

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

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

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

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

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

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

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