#EDAEA0

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

Shades of Wax Flower #EDAEA0

Tints of Wax Flower #EDAEA0

Color information

#EDAEA0 (or 0xEDAEA0) is unknown color: approx Wax Flower. HEX triplet: ED, AE and A0. RGB value is (237,174,160). Sum of RGB (Red+Green+Blue) = 237+174+160=571 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.51% from 571); Green value is 174 (68.36% from 255 or 30.47% from 571); Blue value is 160 (62.89% from 255 or 28.02% from 571); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAEA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAEA0 is #12515F. Grayscale: #BFBFBF. Windows color (decimal): -1200480 or 10530541. OLE color: 10530541.

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

Color convert

RGB237174160-
CMYK00.270.320.07
HSL10.91º68.14%77.84%-
HSV(B)10.91º32.49%92.94%-
XYZ56.4150.8140.09-
YUV191.24110.37160.64-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.51%
GREEN value IS 174 (68.36% from 255) = 30.47%
BLUE value IS 160 (62.89% from 255) = 28.02%
R=41.51%
G=30.47%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717416000.270.320.0710.9168.1477.84
HexEDAEA001B207b444e
Octal35525624003340713104116
Binary111011011010111010100000011011100000111101110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAEA0; }

 p { color: rgb(237,174,160); }

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

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

 a { background-color: rgb(237,174,160); }

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

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

 span { border-color: rgb(237,174,160); }

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