Shades of Rose Bud #EEA59D
Tints of Rose Bud #EEA59D
RGB
CMYK
RGB Variations
Color information
#EEA59D (or 0xEEA59D) is known color: Rose Bud. HEX triplet: EE, A5 and 9D. RGB value is (238,165,157). Sum of RGB (Red+Green+Blue) = 238+165+157=560 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.5% from 560); Green value is 165 (64.84% from 255 or 29.46% from 560); Blue value is 157 (61.72% from 255 or 28.04% from 560); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA59D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA59D is #115A62. Grayscale: #BABABA. Windows color (decimal): -1137251 or 10331630. OLE color: 10331630.
HSL color Cylindrical-coordinate representation of color #EEA59D: hue angle of 5.93º degrees, saturation: 0.7, 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 #EEA59D is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 165 | 157 | - |
| CMYK | 0 | 0.31 | 0.34 | 0.07 |
| HSL | 5.93º | 0.7% | 0.77% | - |
| HSV(B) | 5.93º | 0.34% | 0.93% | - |
| XYZ | 54.8 | 47.52 | 38.18 | - |
| YUV | 185.92 | 111.68 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 165 | 157 | 0 | 0.31 | 0.34 | 0.07 | 5.93 | 0.7 | 0.77 |
| Hex | EE | A5 | 9D | 0 | 1F | 22 | 7 | 6 | 46 | 4D |
| Octal | 356 | 245 | 235 | 0 | 37 | 42 | 7 | 6 | 106 | 115 |
| Binary | 11101110 | 10100101 | 10011101 | 0 | 11111 | 100010 | 111 | 110 | 1000110 | 1001101 |
Color Harmonies of #EEA59D
Complementary color
Monochromatic Colors of #EEA59D
Black with #EEA59D
Text Example
Text Example
White with #EEA59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA59D; }
p { color: rgb(238,165,157); }
H1.HeaderClassName
{
color: #EEA59D;
}
.AnyTagClassName
{
color: #EEA59D;
}
</style>
background-color css
<style>
a { background-color: #EEA59D; }
a { background-color: rgb(238,165,157); }
div.DivClassName
{
background-color: #EEA59D;
}
.BgClassName
{
background-color: #EEA59D;
}
</style>
border-color css
<style>
span { border-color: #EEA59D; }
span { border-color: rgb(238,165,157); }
td.TdClassName
{
border-color: #EEA59D;
}
.TagClassName
{
border-color: #EEA59D;
}
</style>