Shades of Rose Bud #EEA49B
Tints of Rose Bud #EEA49B
RGB
CMYK
RGB Variations
Color information
#EEA49B (or 0xEEA49B) is known color: Rose Bud. HEX triplet: EE, A4 and 9B. RGB value is (238,164,155). Sum of RGB (Red+Green+Blue) = 238+164+155=557 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.73% from 557); Green value is 164 (64.45% from 255 or 29.44% from 557); Blue value is 155 (60.94% from 255 or 27.83% from 557); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA49B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA49B is #115B64. Grayscale: #B9B9B9. Windows color (decimal): -1137509 or 10200302. OLE color: 10200302.
HSL color Cylindrical-coordinate representation of color #EEA49B: hue angle of 6.51º degrees, saturation: 0.71, 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 #EEA49B is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 164 | 155 | - |
| CMYK | 0 | 0.31 | 0.35 | 0.07 |
| HSL | 6.51º | 0.71% | 0.77% | - |
| HSV(B) | 6.51º | 0.35% | 0.93% | - |
| XYZ | 54.45 | 47.09 | 37.23 | - |
| YUV | 185.1 | 111.02 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 164 | 155 | 0 | 0.31 | 0.35 | 0.07 | 6.51 | 0.71 | 0.77 |
| Hex | EE | A4 | 9B | 0 | 1F | 23 | 7 | 7 | 47 | 4D |
| Octal | 356 | 244 | 233 | 0 | 37 | 43 | 7 | 7 | 107 | 115 |
| Binary | 11101110 | 10100100 | 10011011 | 0 | 11111 | 100011 | 111 | 111 | 1000111 | 1001101 |
Color Harmonies of #EEA49B
Complementary color
Monochromatic Colors of #EEA49B
Black with #EEA49B
Text Example
Text Example
White with #EEA49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA49B; }
p { color: rgb(238,164,155); }
H1.HeaderClassName
{
color: #EEA49B;
}
.AnyTagClassName
{
color: #EEA49B;
}
</style>
background-color css
<style>
a { background-color: #EEA49B; }
a { background-color: rgb(238,164,155); }
div.DivClassName
{
background-color: #EEA49B;
}
.BgClassName
{
background-color: #EEA49B;
}
</style>
border-color css
<style>
span { border-color: #EEA49B; }
span { border-color: rgb(238,164,155); }
td.TdClassName
{
border-color: #EEA49B;
}
.TagClassName
{
border-color: #EEA49B;
}
</style>