Shades of Rose Bud #EEA29A
Tints of Rose Bud #EEA29A
RGB
CMYK
RGB Variations
Color information
#EEA29A (or 0xEEA29A) is known color: Rose Bud. HEX triplet: EE, A2 and 9A. RGB value is (238,162,154). Sum of RGB (Red+Green+Blue) = 238+162+154=554 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.96% from 554); Green value is 162 (63.67% from 255 or 29.24% from 554); Blue value is 154 (60.55% from 255 or 27.80% from 554); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA29A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA29A is #115D65. Grayscale: #B7B7B7. Windows color (decimal): -1138022 or 10134254. OLE color: 10134254.
HSL color Cylindrical-coordinate representation of color #EEA29A: hue angle of 5.71º 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 #EEA29A is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 162 | 154 | - |
| CMYK | 0 | 0.32 | 0.35 | 0.07 |
| HSL | 5.71º | 0.71% | 0.77% | - |
| HSV(B) | 5.71º | 0.35% | 0.93% | - |
| XYZ | 54.01 | 46.35 | 36.67 | - |
| YUV | 183.81 | 111.18 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 162 | 154 | 0 | 0.32 | 0.35 | 0.07 | 5.71 | 0.71 | 0.77 |
| Hex | EE | A2 | 9A | 0 | 20 | 23 | 7 | 6 | 47 | 4D |
| Octal | 356 | 242 | 232 | 0 | 40 | 43 | 7 | 6 | 107 | 115 |
| Binary | 11101110 | 10100010 | 10011010 | 0 | 100000 | 100011 | 111 | 110 | 1000111 | 1001101 |
Color Harmonies of #EEA29A
Complementary color
Monochromatic Colors of #EEA29A
Black with #EEA29A
Text Example
Text Example
White with #EEA29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA29A; }
p { color: rgb(238,162,154); }
H1.HeaderClassName
{
color: #EEA29A;
}
.AnyTagClassName
{
color: #EEA29A;
}
</style>
background-color css
<style>
a { background-color: #EEA29A; }
a { background-color: rgb(238,162,154); }
div.DivClassName
{
background-color: #EEA29A;
}
.BgClassName
{
background-color: #EEA29A;
}
</style>
border-color css
<style>
span { border-color: #EEA29A; }
span { border-color: rgb(238,162,154); }
td.TdClassName
{
border-color: #EEA29A;
}
.TagClassName
{
border-color: #EEA29A;
}
</style>