Shades of Rose Bud #EEA298
Tints of Rose Bud #EEA298
RGB
CMYK
RGB Variations
Color information
#EEA298 (or 0xEEA298) is known color: Rose Bud. HEX triplet: EE, A2 and 98. RGB value is (238,162,152). Sum of RGB (Red+Green+Blue) = 238+162+152=552 (73% of max value = 765). Red value is 238 (93.36% from 255 or 43.12% from 552); Green value is 162 (63.67% from 255 or 29.35% from 552); Blue value is 152 (59.77% from 255 or 27.54% from 552); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA298 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA298 is #115D67. Grayscale: #B7B7B7. Windows color (decimal): -1138024 or 10003182. OLE color: 10003182.
HSL color Cylindrical-coordinate representation of color #EEA298: hue angle of 6.98º 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 #EEA298 is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 162 | 152 | - |
| CMYK | 0 | 0.32 | 0.36 | 0.07 |
| HSL | 6.98º | 0.72% | 0.76% | - |
| HSV(B) | 6.98º | 0.36% | 0.93% | - |
| XYZ | 53.85 | 46.28 | 35.8 | - |
| YUV | 183.58 | 110.18 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 162 | 152 | 0 | 0.32 | 0.36 | 0.07 | 6.98 | 0.72 | 0.76 |
| Hex | EE | A2 | 98 | 0 | 20 | 24 | 7 | 7 | 48 | 4C |
| Octal | 356 | 242 | 230 | 0 | 40 | 44 | 7 | 7 | 110 | 114 |
| Binary | 11101110 | 10100010 | 10011000 | 0 | 100000 | 100100 | 111 | 111 | 1001000 | 1001100 |
Color Harmonies of #EEA298
Complementary color
Monochromatic Colors of #EEA298
Black with #EEA298
Text Example
Text Example
White with #EEA298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA298; }
p { color: rgb(238,162,152); }
H1.HeaderClassName
{
color: #EEA298;
}
.AnyTagClassName
{
color: #EEA298;
}
</style>
background-color css
<style>
a { background-color: #EEA298; }
a { background-color: rgb(238,162,152); }
div.DivClassName
{
background-color: #EEA298;
}
.BgClassName
{
background-color: #EEA298;
}
</style>
border-color css
<style>
span { border-color: #EEA298; }
span { border-color: rgb(238,162,152); }
td.TdClassName
{
border-color: #EEA298;
}
.TagClassName
{
border-color: #EEA298;
}
</style>