#EDAB9D

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

Shades of Wax Flower #EDAB9D

Tints of Wax Flower #EDAB9D

Color information

#EDAB9D (or 0xEDAB9D) is unknown color: approx Wax Flower. HEX triplet: ED, AB and 9D. RGB value is (237,171,157). Sum of RGB (Red+Green+Blue) = 237+171+157=565 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.95% from 565); Green value is 171 (67.19% from 255 or 30.27% from 565); Blue value is 157 (61.72% from 255 or 27.79% from 565); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAB9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAB9D is #125462. Grayscale: #BDBDBD. Windows color (decimal): -1201251 or 10333165. OLE color: 10333165.

HSL color Cylindrical-coordinate representation of color #EDAB9D: hue angle of 10.5º 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 #EDAB9D is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB237171157-
CMYK00.280.340.07
HSL10.5º68.97%77.25%-
HSV(B)10.5º33.76%92.94%-
XYZ55.5749.5638.54-
YUV189.14109.87162.14-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.95%
GREEN value IS 171 (67.19% from 255) = 30.27%
BLUE value IS 157 (61.72% from 255) = 27.79%
R=41.95%
G=30.27%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717115700.280.340.0710.568.9777.25
HexEDAB9D01C227b454d
Octal35525323503442713105115
Binary111011011010101110011101011100100010111101110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAB9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAB9D; }

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

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

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

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

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

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

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

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