Shades of Rose Bud #EEA69A
Tints of Rose Bud #EEA69A
RGB
CMYK
RGB Variations
Color information
#EEA69A (or 0xEEA69A) is known color: Rose Bud. HEX triplet: EE, A6 and 9A. RGB value is (238,166,154). Sum of RGB (Red+Green+Blue) = 238+166+154=558 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.65% from 558); Green value is 166 (65.23% from 255 or 29.75% from 558); Blue value is 154 (60.55% from 255 or 27.60% from 558); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA69A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA69A is #115965. Grayscale: #BABABA. Windows color (decimal): -1136998 or 10135278. OLE color: 10135278.
HSL color Cylindrical-coordinate representation of color #EEA69A: hue angle of 8.57º 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 #EEA69A is Cyan = 0, Magento = 0.30, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 166 | 154 | - |
| CMYK | 0 | 0.30 | 0.35 | 0.07 |
| HSL | 8.57º | 0.71% | 0.77% | - |
| HSV(B) | 8.57º | 0.35% | 0.93% | - |
| XYZ | 54.73 | 47.78 | 36.91 | - |
| YUV | 186.16 | 109.85 | 164.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 166 | 154 | 0 | 0.30 | 0.35 | 0.07 | 8.57 | 0.71 | 0.77 |
| Hex | EE | A6 | 9A | 0 | 1E | 23 | 7 | 9 | 47 | 4D |
| Octal | 356 | 246 | 232 | 0 | 36 | 43 | 7 | 11 | 107 | 115 |
| Binary | 11101110 | 10100110 | 10011010 | 0 | 11110 | 100011 | 111 | 1001 | 1000111 | 1001101 |
Color Harmonies of #EEA69A
Complementary color
Monochromatic Colors of #EEA69A
Black with #EEA69A
Text Example
Text Example
White with #EEA69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA69A; }
p { color: rgb(238,166,154); }
H1.HeaderClassName
{
color: #EEA69A;
}
.AnyTagClassName
{
color: #EEA69A;
}
</style>
background-color css
<style>
a { background-color: #EEA69A; }
a { background-color: rgb(238,166,154); }
div.DivClassName
{
background-color: #EEA69A;
}
.BgClassName
{
background-color: #EEA69A;
}
</style>
border-color css
<style>
span { border-color: #EEA69A; }
span { border-color: rgb(238,166,154); }
td.TdClassName
{
border-color: #EEA69A;
}
.TagClassName
{
border-color: #EEA69A;
}
</style>