Shades of Rose Bud #EFA399
Tints of Rose Bud #EFA399
RGB
CMYK
RGB Variations
Color information
#EFA399 (or 0xEFA399) is known color: Rose Bud. HEX triplet: EF, A3 and 99. RGB value is (239,163,153). Sum of RGB (Red+Green+Blue) = 239+163+153=555 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.06% from 555); Green value is 163 (64.06% from 255 or 29.37% from 555); Blue value is 153 (60.16% from 255 or 27.57% from 555); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA399 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA399 is #105C66. Grayscale: #B8B8B8. Windows color (decimal): -1072231 or 10068975. OLE color: 10068975.
HSL color Cylindrical-coordinate representation of color #EFA399: hue angle of 6.98º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EFA399 is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 163 | 153 | - |
| CMYK | 0 | 0.32 | 0.36 | 0.06 |
| HSL | 6.98º | 0.73% | 0.77% | - |
| HSV(B) | 6.98º | 0.36% | 0.94% | - |
| XYZ | 54.44 | 46.85 | 36.31 | - |
| YUV | 184.58 | 110.18 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 163 | 153 | 0 | 0.32 | 0.36 | 0.06 | 6.98 | 0.73 | 0.77 |
| Hex | EF | A3 | 99 | 0 | 20 | 24 | 6 | 7 | 49 | 4D |
| Octal | 357 | 243 | 231 | 0 | 40 | 44 | 6 | 7 | 111 | 115 |
| Binary | 11101111 | 10100011 | 10011001 | 0 | 100000 | 100100 | 110 | 111 | 1001001 | 1001101 |
Color Harmonies of #EFA399
Complementary color
Monochromatic Colors of #EFA399
Black with #EFA399
Text Example
Text Example
White with #EFA399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA399; }
p { color: rgb(239,163,153); }
H1.HeaderClassName
{
color: #EFA399;
}
.AnyTagClassName
{
color: #EFA399;
}
</style>
background-color css
<style>
a { background-color: #EFA399; }
a { background-color: rgb(239,163,153); }
div.DivClassName
{
background-color: #EFA399;
}
.BgClassName
{
background-color: #EFA399;
}
</style>
border-color css
<style>
span { border-color: #EFA399; }
span { border-color: rgb(239,163,153); }
td.TdClassName
{
border-color: #EFA399;
}
.TagClassName
{
border-color: #EFA399;
}
</style>