Shades of Rose Bud #EEA198
Tints of Rose Bud #EEA198
RGB
CMYK
RGB Variations
Color information
#EEA198 (or 0xEEA198) is known color: Rose Bud. HEX triplet: EE, A1 and 98. RGB value is (238,161,152). Sum of RGB (Red+Green+Blue) = 238+161+152=551 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.19% from 551); Green value is 161 (63.28% from 255 or 29.22% from 551); Blue value is 152 (59.77% from 255 or 27.59% from 551); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA198 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA198 is #115E67. Grayscale: #B7B7B7. Windows color (decimal): -1138280 or 10002926. OLE color: 10002926.
HSL color Cylindrical-coordinate representation of color #EEA198: hue angle of 6.28º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EEA198 is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 161 | 152 | - |
| CMYK | 0 | 0.32 | 0.36 | 0.07 |
| HSL | 6.28º | 0.72% | 0.76% | - |
| HSV(B) | 6.28º | 0.36% | 0.93% | - |
| XYZ | 53.67 | 45.93 | 35.74 | - |
| YUV | 183 | 110.51 | 167.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 161 | 152 | 0 | 0.32 | 0.36 | 0.07 | 6.28 | 0.72 | 0.76 |
| Hex | EE | A1 | 98 | 0 | 20 | 24 | 7 | 6 | 48 | 4C |
| Octal | 356 | 241 | 230 | 0 | 40 | 44 | 7 | 6 | 110 | 114 |
| Binary | 11101110 | 10100001 | 10011000 | 0 | 100000 | 100100 | 111 | 110 | 1001000 | 1001100 |
Color Harmonies of #EEA198
Complementary color
Monochromatic Colors of #EEA198
Black with #EEA198
Text Example
Text Example
White with #EEA198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA198; }
p { color: rgb(238,161,152); }
H1.HeaderClassName
{
color: #EEA198;
}
.AnyTagClassName
{
color: #EEA198;
}
</style>
background-color css
<style>
a { background-color: #EEA198; }
a { background-color: rgb(238,161,152); }
div.DivClassName
{
background-color: #EEA198;
}
.BgClassName
{
background-color: #EEA198;
}
</style>
border-color css
<style>
span { border-color: #EEA198; }
span { border-color: rgb(238,161,152); }
td.TdClassName
{
border-color: #EEA198;
}
.TagClassName
{
border-color: #EEA198;
}
</style>