#EDAE9D

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

Shades of Wax Flower #EDAE9D

Tints of Wax Flower #EDAE9D

Color information

#EDAE9D (or 0xEDAE9D) is unknown color: approx Wax Flower. HEX triplet: ED, AE and 9D. RGB value is (237,174,157). Sum of RGB (Red+Green+Blue) = 237+174+157=568 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.73% from 568); Green value is 174 (68.36% from 255 or 30.63% from 568); Blue value is 157 (61.72% from 255 or 27.64% from 568); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAE9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAE9D is #125162. Grayscale: #BFBFBF. Windows color (decimal): -1200483 or 10333933. OLE color: 10333933.

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

Color convert

RGB237174157-
CMYK00.270.340.07
HSL12.75º68.97%77.25%-
HSV(B)12.75º33.76%92.94%-
XYZ56.1550.7138.73-
YUV190.9108.87160.88-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.73%
GREEN value IS 174 (68.36% from 255) = 30.63%
BLUE value IS 157 (61.72% from 255) = 27.64%
R=41.73%
G=30.63%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717415700.270.340.0712.7568.9777.25
HexEDAE9D01B227d454d
Octal35525623503342715105115
Binary111011011010111010011101011011100010111110110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAE9D; }

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

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

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

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

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

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

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

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