Shades of Rose Bud #EFA49D
Tints of Rose Bud #EFA49D
RGB
CMYK
RGB Variations
Color information
#EFA49D (or 0xEFA49D) is known color: Rose Bud. HEX triplet: EF, A4 and 9D. RGB value is (239,164,157). Sum of RGB (Red+Green+Blue) = 239+164+157=560 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.68% from 560); Green value is 164 (64.45% from 255 or 29.29% from 560); Blue value is 157 (61.72% from 255 or 28.04% from 560); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA49D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA49D is #105B62. Grayscale: #B9B9B9. Windows color (decimal): -1071971 or 10331375. OLE color: 10331375.
HSL color Cylindrical-coordinate representation of color #EFA49D: hue angle of 5.12º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EFA49D is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 164 | 157 | - |
| CMYK | 0 | 0.31 | 0.34 | 0.06 |
| HSL | 5.12º | 0.72% | 0.78% | - |
| HSV(B) | 5.12º | 0.34% | 0.94% | - |
| XYZ | 54.96 | 47.34 | 38.14 | - |
| YUV | 185.63 | 111.85 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 164 | 157 | 0 | 0.31 | 0.34 | 0.06 | 5.12 | 0.72 | 0.78 |
| Hex | EF | A4 | 9D | 0 | 1F | 22 | 6 | 5 | 48 | 4E |
| Octal | 357 | 244 | 235 | 0 | 37 | 42 | 6 | 5 | 110 | 116 |
| Binary | 11101111 | 10100100 | 10011101 | 0 | 11111 | 100010 | 110 | 101 | 1001000 | 1001110 |
Color Harmonies of #EFA49D
Complementary color
Monochromatic Colors of #EFA49D
Black with #EFA49D
Text Example
Text Example
White with #EFA49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA49D; }
p { color: rgb(239,164,157); }
H1.HeaderClassName
{
color: #EFA49D;
}
.AnyTagClassName
{
color: #EFA49D;
}
</style>
background-color css
<style>
a { background-color: #EFA49D; }
a { background-color: rgb(239,164,157); }
div.DivClassName
{
background-color: #EFA49D;
}
.BgClassName
{
background-color: #EFA49D;
}
</style>
border-color css
<style>
span { border-color: #EFA49D; }
span { border-color: rgb(239,164,157); }
td.TdClassName
{
border-color: #EFA49D;
}
.TagClassName
{
border-color: #EFA49D;
}
</style>