Shades of Rose Bud #EEA19C
Tints of Rose Bud #EEA19C
RGB
CMYK
RGB Variations
Color information
#EEA19C (or 0xEEA19C) is known color: Rose Bud. HEX triplet: EE, A1 and 9C. RGB value is (238,161,156). Sum of RGB (Red+Green+Blue) = 238+161+156=555 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.88% from 555); Green value is 161 (63.28% from 255 or 29.01% from 555); Blue value is 156 (61.33% from 255 or 28.11% from 555); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA19C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA19C is #115E63. Grayscale: #B7B7B7. Windows color (decimal): -1138276 or 10265070. OLE color: 10265070.
HSL color Cylindrical-coordinate representation of color #EEA19C: hue angle of 3.66º degrees, saturation: 0.71, 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 #EEA19C is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 161 | 156 | - |
| CMYK | 0 | 0.32 | 0.34 | 0.07 |
| HSL | 3.66º | 0.71% | 0.77% | - |
| HSV(B) | 3.66º | 0.34% | 0.93% | - |
| XYZ | 54.01 | 46.07 | 37.5 | - |
| YUV | 183.45 | 112.51 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 161 | 156 | 0 | 0.32 | 0.34 | 0.07 | 3.66 | 0.71 | 0.77 |
| Hex | EE | A1 | 9C | 0 | 20 | 22 | 7 | 4 | 47 | 4D |
| Octal | 356 | 241 | 234 | 0 | 40 | 42 | 7 | 4 | 107 | 115 |
| Binary | 11101110 | 10100001 | 10011100 | 0 | 100000 | 100010 | 111 | 100 | 1000111 | 1001101 |
Color Harmonies of #EEA19C
Complementary color
Monochromatic Colors of #EEA19C
Black with #EEA19C
Text Example
Text Example
White with #EEA19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA19C; }
p { color: rgb(238,161,156); }
H1.HeaderClassName
{
color: #EEA19C;
}
.AnyTagClassName
{
color: #EEA19C;
}
</style>
background-color css
<style>
a { background-color: #EEA19C; }
a { background-color: rgb(238,161,156); }
div.DivClassName
{
background-color: #EEA19C;
}
.BgClassName
{
background-color: #EEA19C;
}
</style>
border-color css
<style>
span { border-color: #EEA19C; }
span { border-color: rgb(238,161,156); }
td.TdClassName
{
border-color: #EEA19C;
}
.TagClassName
{
border-color: #EEA19C;
}
</style>