Shades of Rose Bud #EFA69C
Tints of Rose Bud #EFA69C
RGB
CMYK
RGB Variations
Color information
#EFA69C (or 0xEFA69C) is known color: Rose Bud. HEX triplet: EF, A6 and 9C. RGB value is (239,166,156). Sum of RGB (Red+Green+Blue) = 239+166+156=561 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.60% from 561); Green value is 166 (65.23% from 255 or 29.59% from 561); Blue value is 156 (61.33% from 255 or 27.81% from 561); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA69C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA69C is #105963. Grayscale: #BABABA. Windows color (decimal): -1071460 or 10266351. OLE color: 10266351.
HSL color Cylindrical-coordinate representation of color #EFA69C: hue angle of 7.23º 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 #EFA69C is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 166 | 156 | - |
| CMYK | 0 | 0.31 | 0.35 | 0.06 |
| HSL | 7.23º | 0.72% | 0.77% | - |
| HSV(B) | 7.23º | 0.35% | 0.94% | - |
| XYZ | 55.23 | 48.02 | 37.81 | - |
| YUV | 186.69 | 110.68 | 165.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 166 | 156 | 0 | 0.31 | 0.35 | 0.06 | 7.23 | 0.72 | 0.77 |
| Hex | EF | A6 | 9C | 0 | 1F | 23 | 6 | 7 | 48 | 4D |
| Octal | 357 | 246 | 234 | 0 | 37 | 43 | 6 | 7 | 110 | 115 |
| Binary | 11101111 | 10100110 | 10011100 | 0 | 11111 | 100011 | 110 | 111 | 1001000 | 1001101 |
Color Harmonies of #EFA69C
Complementary color
Monochromatic Colors of #EFA69C
Black with #EFA69C
Text Example
Text Example
White with #EFA69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA69C; }
p { color: rgb(239,166,156); }
H1.HeaderClassName
{
color: #EFA69C;
}
.AnyTagClassName
{
color: #EFA69C;
}
</style>
background-color css
<style>
a { background-color: #EFA69C; }
a { background-color: rgb(239,166,156); }
div.DivClassName
{
background-color: #EFA69C;
}
.BgClassName
{
background-color: #EFA69C;
}
</style>
border-color css
<style>
span { border-color: #EFA69C; }
span { border-color: rgb(239,166,156); }
td.TdClassName
{
border-color: #EFA69C;
}
.TagClassName
{
border-color: #EFA69C;
}
</style>