Shades of Rose Bud #EFA59D
Tints of Rose Bud #EFA59D
RGB
CMYK
RGB Variations
Color information
#EFA59D (or 0xEFA59D) is known color: Rose Bud. HEX triplet: EF, A5 and 9D. RGB value is (239,165,157). Sum of RGB (Red+Green+Blue) = 239+165+157=561 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.60% from 561); Green value is 165 (64.84% from 255 or 29.41% from 561); Blue value is 157 (61.72% from 255 or 27.99% from 561); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA59D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA59D is #105A62. Grayscale: #BABABA. Windows color (decimal): -1071715 or 10331631. OLE color: 10331631.
HSL color Cylindrical-coordinate representation of color #EFA59D: hue angle of 5.85º 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 #EFA59D is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 165 | 157 | - |
| CMYK | 0 | 0.31 | 0.34 | 0.06 |
| HSL | 5.85º | 0.72% | 0.78% | - |
| HSV(B) | 5.85º | 0.34% | 0.94% | - |
| XYZ | 55.14 | 47.7 | 38.2 | - |
| YUV | 186.21 | 111.52 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 165 | 157 | 0 | 0.31 | 0.34 | 0.06 | 5.85 | 0.72 | 0.78 |
| Hex | EF | A5 | 9D | 0 | 1F | 22 | 6 | 6 | 48 | 4E |
| Octal | 357 | 245 | 235 | 0 | 37 | 42 | 6 | 6 | 110 | 116 |
| Binary | 11101111 | 10100101 | 10011101 | 0 | 11111 | 100010 | 110 | 110 | 1001000 | 1001110 |
Color Harmonies of #EFA59D
Complementary color
Monochromatic Colors of #EFA59D
Black with #EFA59D
Text Example
Text Example
White with #EFA59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA59D; }
p { color: rgb(239,165,157); }
H1.HeaderClassName
{
color: #EFA59D;
}
.AnyTagClassName
{
color: #EFA59D;
}
</style>
background-color css
<style>
a { background-color: #EFA59D; }
a { background-color: rgb(239,165,157); }
div.DivClassName
{
background-color: #EFA59D;
}
.BgClassName
{
background-color: #EFA59D;
}
</style>
border-color css
<style>
span { border-color: #EFA59D; }
span { border-color: rgb(239,165,157); }
td.TdClassName
{
border-color: #EFA59D;
}
.TagClassName
{
border-color: #EFA59D;
}
</style>