Shades of Rose Bud #EBA29A
Tints of Rose Bud #EBA29A
RGB
CMYK
RGB Variations
Color information
#EBA29A (or 0xEBA29A) is known color: Rose Bud. HEX triplet: EB, A2 and 9A. RGB value is (235,162,154). Sum of RGB (Red+Green+Blue) = 235+162+154=551 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.65% from 551); Green value is 162 (63.67% from 255 or 29.40% from 551); Blue value is 154 (60.55% from 255 or 27.95% from 551); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA29A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA29A is #145D65. Grayscale: #B7B7B7. Windows color (decimal): -1334630 or 10134251. OLE color: 10134251.
HSL color Cylindrical-coordinate representation of color #EBA29A: hue angle of 5.93º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EBA29A is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 162 | 154 | - |
| CMYK | 0 | 0.31 | 0.34 | 0.08 |
| HSL | 5.93º | 0.67% | 0.76% | - |
| HSV(B) | 5.93º | 0.34% | 0.92% | - |
| XYZ | 53.01 | 45.84 | 36.62 | - |
| YUV | 182.92 | 111.68 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 162 | 154 | 0 | 0.31 | 0.34 | 0.08 | 5.93 | 0.67 | 0.76 |
| Hex | EB | A2 | 9A | 0 | 1F | 22 | 8 | 6 | 43 | 4C |
| Octal | 353 | 242 | 232 | 0 | 37 | 42 | 10 | 6 | 103 | 114 |
| Binary | 11101011 | 10100010 | 10011010 | 0 | 11111 | 100010 | 1000 | 110 | 1000011 | 1001100 |
Color Harmonies of #EBA29A
Complementary color
Monochromatic Colors of #EBA29A
Black with #EBA29A
Text Example
Text Example
White with #EBA29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA29A; }
p { color: rgb(235,162,154); }
H1.HeaderClassName
{
color: #EBA29A;
}
.AnyTagClassName
{
color: #EBA29A;
}
</style>
background-color css
<style>
a { background-color: #EBA29A; }
a { background-color: rgb(235,162,154); }
div.DivClassName
{
background-color: #EBA29A;
}
.BgClassName
{
background-color: #EBA29A;
}
</style>
border-color css
<style>
span { border-color: #EBA29A; }
span { border-color: rgb(235,162,154); }
td.TdClassName
{
border-color: #EBA29A;
}
.TagClassName
{
border-color: #EBA29A;
}
</style>