#EDAA95

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

Shades of Wax Flower #EDAA95

Tints of Wax Flower #EDAA95

Color information

#EDAA95 (or 0xEDAA95) is unknown color: approx Wax Flower. HEX triplet: ED, AA and 95. RGB value is (237,170,149). Sum of RGB (Red+Green+Blue) = 237+170+149=556 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.63% from 556); Green value is 170 (66.80% from 255 or 30.58% from 556); Blue value is 149 (58.59% from 255 or 26.80% from 556); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAA95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAA95 is #12556A. Grayscale: #BBBBBB. Windows color (decimal): -1201515 or 9808621. OLE color: 9808621.

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

Color convert

RGB237170149-
CMYK00.280.370.07
HSL14.32º70.97%75.69%-
HSV(B)14.32º37.13%92.94%-
XYZ54.7248.9234.99-
YUV187.64106.2163.21-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.63%
GREEN value IS 170 (66.80% from 255) = 30.58%
BLUE value IS 149 (58.59% from 255) = 26.80%
R=42.63%
G=30.58%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717014900.280.370.0714.3270.9775.69
HexEDAA9501C257e474c
Octal35525222503445716107114
Binary111011011010101010010101011100100101111111010001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAA95; }

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

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

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

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

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

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

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

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