Shades of Wax Flower #EDB69B
Tints of Wax Flower #EDB69B
RGB
CMYK
RGB Variations
Color information
#EDB69B (or 0xEDB69B) is known color: Wax Flower. HEX triplet: ED, B6 and 9B. RGB value is (237,182,155). Sum of RGB (Red+Green+Blue) = 237+182+155=574 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.29% from 574); Green value is 182 (71.48% from 255 or 31.71% from 574); Blue value is 155 (60.94% from 255 or 27.00% from 574); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB69B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB69B is #124964. Grayscale: #C3C3C3. Windows color (decimal): -1198437 or 10204909. OLE color: 10204909.
HSL color Cylindrical-coordinate representation of color #EDB69B: hue angle of 19.76º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EDB69B is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 182 | 155 | - |
| CMYK | 0 | 0.23 | 0.35 | 0.07 |
| HSL | 19.76º | 0.69% | 0.77% | - |
| HSV(B) | 19.76º | 0.35% | 0.93% | - |
| XYZ | 57.57 | 53.83 | 38.37 | - |
| YUV | 195.37 | 105.22 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 182 | 155 | 0 | 0.23 | 0.35 | 0.07 | 19.76 | 0.69 | 0.77 |
| Hex | ED | B6 | 9B | 0 | 17 | 23 | 7 | 14 | 45 | 4D |
| Octal | 355 | 266 | 233 | 0 | 27 | 43 | 7 | 24 | 105 | 115 |
| Binary | 11101101 | 10110110 | 10011011 | 0 | 10111 | 100011 | 111 | 10100 | 1000101 | 1001101 |
Color Harmonies of #EDB69B
Complementary color
Monochromatic Colors of #EDB69B
Black with #EDB69B
Text Example
Text Example
White with #EDB69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB69B; }
p { color: rgb(237,182,155); }
H1.HeaderClassName
{
color: #EDB69B;
}
.AnyTagClassName
{
color: #EDB69B;
}
</style>
background-color css
<style>
a { background-color: #EDB69B; }
a { background-color: rgb(237,182,155); }
div.DivClassName
{
background-color: #EDB69B;
}
.BgClassName
{
background-color: #EDB69B;
}
</style>
border-color css
<style>
span { border-color: #EDB69B; }
span { border-color: rgb(237,182,155); }
td.TdClassName
{
border-color: #EDB69B;
}
.TagClassName
{
border-color: #EDB69B;
}
</style>