Shades of Rose Bud #EEA59A
Tints of Rose Bud #EEA59A
RGB
CMYK
RGB Variations
Color information
#EEA59A (or 0xEEA59A) is known color: Rose Bud. HEX triplet: EE, A5 and 9A. RGB value is (238,165,154). Sum of RGB (Red+Green+Blue) = 238+165+154=557 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.73% from 557); Green value is 165 (64.84% from 255 or 29.62% from 557); Blue value is 154 (60.55% from 255 or 27.65% from 557); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA59A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA59A is #115A65. Grayscale: #B9B9B9. Windows color (decimal): -1137254 or 10135022. OLE color: 10135022.
HSL color Cylindrical-coordinate representation of color #EEA59A: hue angle of 7.86º 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 #EEA59A is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 165 | 154 | - |
| CMYK | 0 | 0.31 | 0.35 | 0.07 |
| HSL | 7.86º | 0.71% | 0.77% | - |
| HSV(B) | 7.86º | 0.35% | 0.93% | - |
| XYZ | 54.55 | 47.42 | 36.85 | - |
| YUV | 185.57 | 110.18 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 165 | 154 | 0 | 0.31 | 0.35 | 0.07 | 7.86 | 0.71 | 0.77 |
| Hex | EE | A5 | 9A | 0 | 1F | 23 | 7 | 8 | 47 | 4D |
| Octal | 356 | 245 | 232 | 0 | 37 | 43 | 7 | 10 | 107 | 115 |
| Binary | 11101110 | 10100101 | 10011010 | 0 | 11111 | 100011 | 111 | 1000 | 1000111 | 1001101 |
Color Harmonies of #EEA59A
Complementary color
Monochromatic Colors of #EEA59A
Black with #EEA59A
Text Example
Text Example
White with #EEA59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA59A; }
p { color: rgb(238,165,154); }
H1.HeaderClassName
{
color: #EEA59A;
}
.AnyTagClassName
{
color: #EEA59A;
}
</style>
background-color css
<style>
a { background-color: #EEA59A; }
a { background-color: rgb(238,165,154); }
div.DivClassName
{
background-color: #EEA59A;
}
.BgClassName
{
background-color: #EEA59A;
}
</style>
border-color css
<style>
span { border-color: #EEA59A; }
span { border-color: rgb(238,165,154); }
td.TdClassName
{
border-color: #EEA59A;
}
.TagClassName
{
border-color: #EEA59A;
}
</style>