#EDAB9E

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

Shades of Wax Flower #EDAB9E

Tints of Wax Flower #EDAB9E

Color information

#EDAB9E (or 0xEDAB9E) is unknown color: approx Wax Flower. HEX triplet: ED, AB and 9E. RGB value is (237,171,158). Sum of RGB (Red+Green+Blue) = 237+171+158=566 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.87% from 566); Green value is 171 (67.19% from 255 or 30.21% from 566); Blue value is 158 (62.11% from 255 or 27.92% from 566); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAB9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAB9E is #125461. Grayscale: #BDBDBD. Windows color (decimal): -1201250 or 10398701. OLE color: 10398701.

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

Color convert

RGB237171158-
CMYK00.280.330.07
HSL9.87º68.7%77.45%-
HSV(B)9.87º33.33%92.94%-
XYZ55.6649.638.99-
YUV189.25110.37162.06-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.87%
GREEN value IS 171 (67.19% from 255) = 30.21%
BLUE value IS 158 (62.11% from 255) = 27.92%
R=41.87%
G=30.21%
B=27.92%

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
Decimal23717115800.280.330.079.8768.777.45
HexEDAB9E01C217a454d
Octal35525323603441712105115
Binary111011011010101110011110011100100001111101010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAB9E; }

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

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

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

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

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

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

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

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