#EDAA9E

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

Shades of Wax Flower #EDAA9E

Tints of Wax Flower #EDAA9E

Color information

#EDAA9E (or 0xEDAA9E) is unknown color: approx Wax Flower. HEX triplet: ED, AA and 9E. RGB value is (237,170,158). Sum of RGB (Red+Green+Blue) = 237+170+158=565 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.95% from 565); Green value is 170 (66.80% from 255 or 30.09% from 565); Blue value is 158 (62.11% from 255 or 27.96% from 565); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAA9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAA9E is #125561. Grayscale: #BCBCBC. Windows color (decimal): -1201506 or 10398445. OLE color: 10398445.

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

Color convert

RGB237170158-
CMYK00.280.330.07
HSL9.11º68.7%77.45%-
HSV(B)9.11º33.33%92.94%-
XYZ55.4749.2238.93-
YUV188.66110.7162.48-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.95%
GREEN value IS 170 (66.80% from 255) = 30.09%
BLUE value IS 158 (62.11% from 255) = 27.96%
R=41.95%
G=30.09%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717015800.280.330.079.1168.777.45
HexEDAA9E01C2179454d
Octal35525223603441711105115
Binary111011011010101010011110011100100001111100110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAA9E; }

 p { color: rgb(237,170,158); }

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

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

 a { background-color: rgb(237,170,158); }

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

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

 span { border-color: rgb(237,170,158); }

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