#EDAA9A

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

Shades of Wax Flower #EDAA9A

Tints of Wax Flower #EDAA9A

Color information

#EDAA9A (or 0xEDAA9A) is unknown color: approx Wax Flower. HEX triplet: ED, AA and 9A. RGB value is (237,170,154). Sum of RGB (Red+Green+Blue) = 237+170+154=561 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.25% from 561); Green value is 170 (66.80% from 255 or 30.30% from 561); Blue value is 154 (60.55% from 255 or 27.45% from 561); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAA9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAA9A is #125565. Grayscale: #BCBCBC. Windows color (decimal): -1201510 or 10136301. OLE color: 10136301.

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

Color convert

RGB237170154-
CMYK00.280.350.07
HSL11.57º69.75%76.67%-
HSV(B)11.57º35.02%92.94%-
XYZ55.1349.0937.14-
YUV188.21108.7162.8-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.25%
GREEN value IS 170 (66.80% from 255) = 30.30%
BLUE value IS 154 (60.55% from 255) = 27.45%
R=42.25%
G=30.30%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717015400.280.350.0711.5769.7576.67
HexEDAA9A01C237c464d
Octal35525223203443714106115
Binary111011011010101010011010011100100011111110010001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAA9A; }

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

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

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

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

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

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

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

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