#EDAE94

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

Shades of Wax Flower #EDAE94

Tints of Wax Flower #EDAE94

Color information

#EDAE94 (or 0xEDAE94) is unknown color: approx Wax Flower. HEX triplet: ED, AE and 94. RGB value is (237,174,148). Sum of RGB (Red+Green+Blue) = 237+174+148=559 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.40% from 559); Green value is 174 (68.36% from 255 or 31.13% from 559); Blue value is 148 (58.20% from 255 or 26.48% from 559); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAE94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAE94 is #12516B. Grayscale: #BEBEBE. Windows color (decimal): -1200492 or 9744109. OLE color: 9744109.

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

Color convert

RGB237174148-
CMYK00.270.380.07
HSL17.53º71.2%75.49%-
HSV(B)17.53º37.55%92.94%-
XYZ55.4150.4134.83-
YUV189.87104.37161.61-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.40%
GREEN value IS 174 (68.36% from 255) = 31.13%
BLUE value IS 148 (58.20% from 255) = 26.48%
R=42.40%
G=31.13%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717414800.270.380.0717.5371.275.49
HexEDAE9401B26712474b
Octal35525622403346722107113
Binary1110110110101110100101000110111001101111001010001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAE94; }

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

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

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

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

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

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

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

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