Shades of Rose Bud #EEA497
Tints of Rose Bud #EEA497
RGB
CMYK
RGB Variations
Color information
#EEA497 (or 0xEEA497) is known color: Rose Bud. HEX triplet: EE, A4 and 97. RGB value is (238,164,151). Sum of RGB (Red+Green+Blue) = 238+164+151=553 (73% of max value = 765). Red value is 238 (93.36% from 255 or 43.04% from 553); Green value is 164 (64.45% from 255 or 29.66% from 553); Blue value is 151 (59.38% from 255 or 27.31% from 553); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA497 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA497 is #115B68. Grayscale: #B8B8B8. Windows color (decimal): -1137513 or 9938158. OLE color: 9938158.
HSL color Cylindrical-coordinate representation of color #EEA497: hue angle of 8.97º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EEA497 is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 164 | 151 | - |
| CMYK | 0 | 0.31 | 0.37 | 0.07 |
| HSL | 8.97º | 0.72% | 0.76% | - |
| HSV(B) | 8.97º | 0.37% | 0.93% | - |
| XYZ | 54.12 | 46.96 | 35.49 | - |
| YUV | 184.64 | 109.02 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 164 | 151 | 0 | 0.31 | 0.37 | 0.07 | 8.97 | 0.72 | 0.76 |
| Hex | EE | A4 | 97 | 0 | 1F | 25 | 7 | 9 | 48 | 4C |
| Octal | 356 | 244 | 227 | 0 | 37 | 45 | 7 | 11 | 110 | 114 |
| Binary | 11101110 | 10100100 | 10010111 | 0 | 11111 | 100101 | 111 | 1001 | 1001000 | 1001100 |
Color Harmonies of #EEA497
Complementary color
Monochromatic Colors of #EEA497
Black with #EEA497
Text Example
Text Example
White with #EEA497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA497; }
p { color: rgb(238,164,151); }
H1.HeaderClassName
{
color: #EEA497;
}
.AnyTagClassName
{
color: #EEA497;
}
</style>
background-color css
<style>
a { background-color: #EEA497; }
a { background-color: rgb(238,164,151); }
div.DivClassName
{
background-color: #EEA497;
}
.BgClassName
{
background-color: #EEA497;
}
</style>
border-color css
<style>
span { border-color: #EEA497; }
span { border-color: rgb(238,164,151); }
td.TdClassName
{
border-color: #EEA497;
}
.TagClassName
{
border-color: #EEA497;
}
</style>