#EDAB9F

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

Shades of Wax Flower #EDAB9F

Tints of Wax Flower #EDAB9F

Color information

#EDAB9F (or 0xEDAB9F) is unknown color: approx Wax Flower. HEX triplet: ED, AB and 9F. RGB value is (237,171,159). Sum of RGB (Red+Green+Blue) = 237+171+159=567 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.80% from 567); Green value is 171 (67.19% from 255 or 30.16% from 567); Blue value is 159 (62.5% from 255 or 28.04% from 567); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAB9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAB9F is #125460. Grayscale: #BDBDBD. Windows color (decimal): -1201249 or 10464237. OLE color: 10464237.

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

Color convert

RGB237171159-
CMYK00.280.330.07
HSL9.23º68.42%77.65%-
HSV(B)9.23º32.91%92.94%-
XYZ55.7549.6339.44-
YUV189.37110.87161.98-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.80%
GREEN value IS 171 (67.19% from 255) = 30.16%
BLUE value IS 159 (62.5% from 255) = 28.04%
R=41.80%
G=30.16%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717115900.280.330.079.2368.4277.65
HexEDAB9F01C2179444e
Octal35525323703441711104116
Binary111011011010101110011111011100100001111100110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAB9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAB9F; }

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

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

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

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

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

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

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

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