Shades of Rose Bud #EEA39C
Tints of Rose Bud #EEA39C
RGB
CMYK
RGB Variations
Color information
#EEA39C (or 0xEEA39C) is known color: Rose Bud. HEX triplet: EE, A3 and 9C. RGB value is (238,163,156). Sum of RGB (Red+Green+Blue) = 238+163+156=557 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.73% from 557); Green value is 163 (64.06% from 255 or 29.26% from 557); Blue value is 156 (61.33% from 255 or 28.01% from 557); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA39C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA39C is #115C63. Grayscale: #B8B8B8. Windows color (decimal): -1137764 or 10265582. OLE color: 10265582.
HSL color Cylindrical-coordinate representation of color #EEA39C: hue angle of 5.12º 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 #EEA39C is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 163 | 156 | - |
| CMYK | 0 | 0.32 | 0.34 | 0.07 |
| HSL | 5.12º | 0.71% | 0.77% | - |
| HSV(B) | 5.12º | 0.34% | 0.93% | - |
| XYZ | 54.36 | 46.77 | 37.62 | - |
| YUV | 184.63 | 111.85 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 163 | 156 | 0 | 0.32 | 0.34 | 0.07 | 5.12 | 0.71 | 0.77 |
| Hex | EE | A3 | 9C | 0 | 20 | 22 | 7 | 5 | 47 | 4D |
| Octal | 356 | 243 | 234 | 0 | 40 | 42 | 7 | 5 | 107 | 115 |
| Binary | 11101110 | 10100011 | 10011100 | 0 | 100000 | 100010 | 111 | 101 | 1000111 | 1001101 |
Color Harmonies of #EEA39C
Complementary color
Monochromatic Colors of #EEA39C
Black with #EEA39C
Text Example
Text Example
White with #EEA39C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA39C; }
p { color: rgb(238,163,156); }
H1.HeaderClassName
{
color: #EEA39C;
}
.AnyTagClassName
{
color: #EEA39C;
}
</style>
background-color css
<style>
a { background-color: #EEA39C; }
a { background-color: rgb(238,163,156); }
div.DivClassName
{
background-color: #EEA39C;
}
.BgClassName
{
background-color: #EEA39C;
}
</style>
border-color css
<style>
span { border-color: #EEA39C; }
span { border-color: rgb(238,163,156); }
td.TdClassName
{
border-color: #EEA39C;
}
.TagClassName
{
border-color: #EEA39C;
}
</style>