Shades of Rose Bud #EEA599
Tints of Rose Bud #EEA599
RGB
CMYK
RGB Variations
Color information
#EEA599 (or 0xEEA599) is known color: Rose Bud. HEX triplet: EE, A5 and 99. RGB value is (238,165,153). Sum of RGB (Red+Green+Blue) = 238+165+153=556 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.81% from 556); Green value is 165 (64.84% from 255 or 29.68% from 556); Blue value is 153 (60.16% from 255 or 27.52% from 556); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA599 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA599 is #115A66. Grayscale: #B9B9B9. Windows color (decimal): -1137255 or 10069486. OLE color: 10069486.
HSL color Cylindrical-coordinate representation of color #EEA599: hue angle of 8.47º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EEA599 is Cyan = 0, Magento = 0.31, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 165 | 153 | - |
| CMYK | 0 | 0.31 | 0.36 | 0.07 |
| HSL | 8.47º | 0.71% | 0.77% | - |
| HSV(B) | 8.47º | 0.36% | 0.93% | - |
| XYZ | 54.46 | 47.39 | 36.41 | - |
| YUV | 185.46 | 109.68 | 165.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 165 | 153 | 0 | 0.31 | 0.36 | 0.07 | 8.47 | 0.71 | 0.77 |
| Hex | EE | A5 | 99 | 0 | 1F | 24 | 7 | 8 | 47 | 4D |
| Octal | 356 | 245 | 231 | 0 | 37 | 44 | 7 | 10 | 107 | 115 |
| Binary | 11101110 | 10100101 | 10011001 | 0 | 11111 | 100100 | 111 | 1000 | 1000111 | 1001101 |
Color Harmonies of #EEA599
Complementary color
Monochromatic Colors of #EEA599
Black with #EEA599
Text Example
Text Example
White with #EEA599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA599; }
p { color: rgb(238,165,153); }
H1.HeaderClassName
{
color: #EEA599;
}
.AnyTagClassName
{
color: #EEA599;
}
</style>
background-color css
<style>
a { background-color: #EEA599; }
a { background-color: rgb(238,165,153); }
div.DivClassName
{
background-color: #EEA599;
}
.BgClassName
{
background-color: #EEA599;
}
</style>
border-color css
<style>
span { border-color: #EEA599; }
span { border-color: rgb(238,165,153); }
td.TdClassName
{
border-color: #EEA599;
}
.TagClassName
{
border-color: #EEA599;
}
</style>