Shades of Rose Bud #EFA59C
Tints of Rose Bud #EFA59C
RGB
CMYK
RGB Variations
Color information
#EFA59C (or 0xEFA59C) is known color: Rose Bud. HEX triplet: EF, A5 and 9C. RGB value is (239,165,156). Sum of RGB (Red+Green+Blue) = 239+165+156=560 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.68% from 560); Green value is 165 (64.84% from 255 or 29.46% from 560); Blue value is 156 (61.33% from 255 or 27.86% from 560); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA59C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA59C is #105A63. Grayscale: #BABABA. Windows color (decimal): -1071716 or 10266095. OLE color: 10266095.
HSL color Cylindrical-coordinate representation of color #EFA59C: hue angle of 6.51º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EFA59C is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 165 | 156 | - |
| CMYK | 0 | 0.31 | 0.35 | 0.06 |
| HSL | 6.51º | 0.72% | 0.77% | - |
| HSV(B) | 6.51º | 0.35% | 0.94% | - |
| XYZ | 55.05 | 47.66 | 37.75 | - |
| YUV | 186.1 | 111.02 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 165 | 156 | 0 | 0.31 | 0.35 | 0.06 | 6.51 | 0.72 | 0.77 |
| Hex | EF | A5 | 9C | 0 | 1F | 23 | 6 | 7 | 48 | 4D |
| Octal | 357 | 245 | 234 | 0 | 37 | 43 | 6 | 7 | 110 | 115 |
| Binary | 11101111 | 10100101 | 10011100 | 0 | 11111 | 100011 | 110 | 111 | 1001000 | 1001101 |
Color Harmonies of #EFA59C
Complementary color
Monochromatic Colors of #EFA59C
Black with #EFA59C
Text Example
Text Example
White with #EFA59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA59C; }
p { color: rgb(239,165,156); }
H1.HeaderClassName
{
color: #EFA59C;
}
.AnyTagClassName
{
color: #EFA59C;
}
</style>
background-color css
<style>
a { background-color: #EFA59C; }
a { background-color: rgb(239,165,156); }
div.DivClassName
{
background-color: #EFA59C;
}
.BgClassName
{
background-color: #EFA59C;
}
</style>
border-color css
<style>
span { border-color: #EFA59C; }
span { border-color: rgb(239,165,156); }
td.TdClassName
{
border-color: #EFA59C;
}
.TagClassName
{
border-color: #EFA59C;
}
</style>