Shades of Rose Bud #EEA49D
Tints of Rose Bud #EEA49D
RGB
CMYK
RGB Variations
Color information
#EEA49D (or 0xEEA49D) is known color: Rose Bud. HEX triplet: EE, A4 and 9D. RGB value is (238,164,157). Sum of RGB (Red+Green+Blue) = 238+164+157=559 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.58% from 559); Green value is 164 (64.45% from 255 or 29.34% from 559); Blue value is 157 (61.72% from 255 or 28.09% from 559); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA49D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA49D is #115B62. Grayscale: #B9B9B9. Windows color (decimal): -1137507 or 10331374. OLE color: 10331374.
HSL color Cylindrical-coordinate representation of color #EEA49D: hue angle of 5.19º 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 #EEA49D is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 164 | 157 | - |
| CMYK | 0 | 0.31 | 0.34 | 0.07 |
| HSL | 5.19º | 0.7% | 0.77% | - |
| HSV(B) | 5.19º | 0.34% | 0.93% | - |
| XYZ | 54.62 | 47.16 | 38.12 | - |
| YUV | 185.33 | 112.02 | 165.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 164 | 157 | 0 | 0.31 | 0.34 | 0.07 | 5.19 | 0.7 | 0.77 |
| Hex | EE | A4 | 9D | 0 | 1F | 22 | 7 | 5 | 46 | 4D |
| Octal | 356 | 244 | 235 | 0 | 37 | 42 | 7 | 5 | 106 | 115 |
| Binary | 11101110 | 10100100 | 10011101 | 0 | 11111 | 100010 | 111 | 101 | 1000110 | 1001101 |
Color Harmonies of #EEA49D
Complementary color
Monochromatic Colors of #EEA49D
Black with #EEA49D
Text Example
Text Example
White with #EEA49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA49D; }
p { color: rgb(238,164,157); }
H1.HeaderClassName
{
color: #EEA49D;
}
.AnyTagClassName
{
color: #EEA49D;
}
</style>
background-color css
<style>
a { background-color: #EEA49D; }
a { background-color: rgb(238,164,157); }
div.DivClassName
{
background-color: #EEA49D;
}
.BgClassName
{
background-color: #EEA49D;
}
</style>
border-color css
<style>
span { border-color: #EEA49D; }
span { border-color: rgb(238,164,157); }
td.TdClassName
{
border-color: #EEA49D;
}
.TagClassName
{
border-color: #EEA49D;
}
</style>