Shades of Rose Bud #EFA69B
Tints of Rose Bud #EFA69B
RGB
CMYK
RGB Variations
Color information
#EFA69B (or 0xEFA69B) is known color: Rose Bud. HEX triplet: EF, A6 and 9B. RGB value is (239,166,155). Sum of RGB (Red+Green+Blue) = 239+166+155=560 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.68% from 560); Green value is 166 (65.23% from 255 or 29.64% from 560); Blue value is 155 (60.94% from 255 or 27.68% from 560); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA69B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA69B is #105964. Grayscale: #BABABA. Windows color (decimal): -1071461 or 10200815. OLE color: 10200815.
HSL color Cylindrical-coordinate representation of color #EFA69B: hue angle of 7.86º 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 #EFA69B is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 166 | 155 | - |
| CMYK | 0 | 0.31 | 0.35 | 0.06 |
| HSL | 7.86º | 0.72% | 0.77% | - |
| HSV(B) | 7.86º | 0.35% | 0.94% | - |
| XYZ | 55.15 | 47.99 | 37.37 | - |
| YUV | 186.57 | 110.18 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 166 | 155 | 0 | 0.31 | 0.35 | 0.06 | 7.86 | 0.72 | 0.77 |
| Hex | EF | A6 | 9B | 0 | 1F | 23 | 6 | 8 | 48 | 4D |
| Octal | 357 | 246 | 233 | 0 | 37 | 43 | 6 | 10 | 110 | 115 |
| Binary | 11101111 | 10100110 | 10011011 | 0 | 11111 | 100011 | 110 | 1000 | 1001000 | 1001101 |
Color Harmonies of #EFA69B
Complementary color
Monochromatic Colors of #EFA69B
Black with #EFA69B
Text Example
Text Example
White with #EFA69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA69B; }
p { color: rgb(239,166,155); }
H1.HeaderClassName
{
color: #EFA69B;
}
.AnyTagClassName
{
color: #EFA69B;
}
</style>
background-color css
<style>
a { background-color: #EFA69B; }
a { background-color: rgb(239,166,155); }
div.DivClassName
{
background-color: #EFA69B;
}
.BgClassName
{
background-color: #EFA69B;
}
</style>
border-color css
<style>
span { border-color: #EFA69B; }
span { border-color: rgb(239,166,155); }
td.TdClassName
{
border-color: #EFA69B;
}
.TagClassName
{
border-color: #EFA69B;
}
</style>