#EDB19F

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

Shades of Wax Flower #EDB19F

Tints of Wax Flower #EDB19F

Color information

#EDB19F (or 0xEDB19F) is unknown color: approx Wax Flower. HEX triplet: ED, B1 and 9F. RGB value is (237,177,159). Sum of RGB (Red+Green+Blue) = 237+177+159=573 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.36% from 573); Green value is 177 (69.53% from 255 or 30.89% from 573); Blue value is 159 (62.5% from 255 or 27.75% from 573); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB19F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB19F is #124E60. Grayscale: #C1C1C1. Windows color (decimal): -1199713 or 10465773. OLE color: 10465773.

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

Color convert

RGB237177159-
CMYK00.250.330.07
HSL13.85º68.42%77.65%-
HSV(B)13.85º32.91%92.94%-
XYZ56.9151.9539.83-
YUV192.89108.88159.46-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.36%
GREEN value IS 177 (69.53% from 255) = 30.89%
BLUE value IS 159 (62.5% from 255) = 27.75%
R=41.36%
G=30.89%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717715900.250.330.0713.8568.4277.65
HexEDB19F019217e444e
Octal35526123703141716104116
Binary111011011011000110011111011001100001111111010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB19F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB19F; }

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

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

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

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

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

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

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

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