#EDB39F

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

Shades of Wax Flower #EDB39F

Tints of Wax Flower #EDB39F

Color information

#EDB39F (or 0xEDB39F) is unknown color: approx Wax Flower. HEX triplet: ED, B3 and 9F. RGB value is (237,179,159). Sum of RGB (Red+Green+Blue) = 237+179+159=575 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.22% from 575); Green value is 179 (70.31% from 255 or 31.13% from 575); Blue value is 159 (62.5% from 255 or 27.65% from 575); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB39F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB39F is #124C60. Grayscale: #C2C2C2. Windows color (decimal): -1199201 or 10466285. OLE color: 10466285.

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

Color convert

RGB237179159-
CMYK00.240.330.07
HSL15.38º68.42%77.65%-
HSV(B)15.38º32.91%92.94%-
XYZ57.352.7539.96-
YUV194.06108.22158.63-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.22%
GREEN value IS 179 (70.31% from 255) = 31.13%
BLUE value IS 159 (62.5% from 255) = 27.65%
R=41.22%
G=31.13%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717915900.240.330.0715.3868.4277.65
HexEDB39F018217f444e
Octal35526323703041717104116
Binary111011011011001110011111011000100001111111110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB39F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB39F; }

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

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

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

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

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

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

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

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