Shades of Wax Flower #EDB69C
Tints of Wax Flower #EDB69C
RGB
CMYK
RGB Variations
Color information
#EDB69C (or 0xEDB69C) is known color: Wax Flower. HEX triplet: ED, B6 and 9C. RGB value is (237,182,156). Sum of RGB (Red+Green+Blue) = 237+182+156=575 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.22% from 575); Green value is 182 (71.48% from 255 or 31.65% from 575); Blue value is 156 (61.33% from 255 or 27.13% from 575); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB69C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB69C is #124963. Grayscale: #C3C3C3. Windows color (decimal): -1198436 or 10270445. OLE color: 10270445.
HSL color Cylindrical-coordinate representation of color #EDB69C: hue angle of 19.26º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EDB69C is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 182 | 156 | - |
| CMYK | 0 | 0.23 | 0.34 | 0.07 |
| HSL | 19.26º | 0.69% | 0.77% | - |
| HSV(B) | 19.26º | 0.34% | 0.93% | - |
| XYZ | 57.65 | 53.86 | 38.81 | - |
| YUV | 195.48 | 105.72 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 182 | 156 | 0 | 0.23 | 0.34 | 0.07 | 19.26 | 0.69 | 0.77 |
| Hex | ED | B6 | 9C | 0 | 17 | 22 | 7 | 13 | 45 | 4D |
| Octal | 355 | 266 | 234 | 0 | 27 | 42 | 7 | 23 | 105 | 115 |
| Binary | 11101101 | 10110110 | 10011100 | 0 | 10111 | 100010 | 111 | 10011 | 1000101 | 1001101 |
Color Harmonies of #EDB69C
Complementary color
Monochromatic Colors of #EDB69C
Black with #EDB69C
Text Example
Text Example
White with #EDB69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB69C; }
p { color: rgb(237,182,156); }
H1.HeaderClassName
{
color: #EDB69C;
}
.AnyTagClassName
{
color: #EDB69C;
}
</style>
background-color css
<style>
a { background-color: #EDB69C; }
a { background-color: rgb(237,182,156); }
div.DivClassName
{
background-color: #EDB69C;
}
.BgClassName
{
background-color: #EDB69C;
}
</style>
border-color css
<style>
span { border-color: #EDB69C; }
span { border-color: rgb(237,182,156); }
td.TdClassName
{
border-color: #EDB69C;
}
.TagClassName
{
border-color: #EDB69C;
}
</style>