#edb79e

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

Shades of Wax Flower #EDB79E

Tints of Wax Flower #EDB79E

Color information

#EDB79E (or 0xEDB79E) is unknown color: approx Wax Flower. HEX triplet: ED, B7 and 9E. RGB value is (237,183,158). Sum of RGB (Red+Green+Blue) = 237+183+158=578 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.00% from 578); Green value is 183 (71.88% from 255 or 31.66% from 578); Blue value is 158 (62.11% from 255 or 27.34% from 578); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB79E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB79E is #124861. Grayscale: #C4C4C4. Windows color (decimal): -1198178 or 10401773. OLE color: 10401773.

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

Color convert

RGB237183158-
CMYK00.230.330.07
HSL18.99º68.7%77.45%-
HSV(B)18.99º33.33%92.94%-
XYZ58.0354.3439.78-
YUV196.3106.39157.03-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.00%
GREEN value IS 183 (71.88% from 255) = 31.66%
BLUE value IS 158 (62.11% from 255) = 27.34%
R=41.00%
G=31.66%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718315800.230.330.0718.9968.777.45
HexEDB79E01721713454d
Octal35526723602741723105115
Binary1110110110110111100111100101111000011111001110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #edb79e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #edb79e; }

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

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

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

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

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

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

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

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