Shades of Buttercup #CE9526
Tints of Buttercup #CE9526
RGB
CMYK
RGB Variations
Color information
#CE9526 (or 0xCE9526) is known color: Buttercup. HEX triplet: CE, 95 and 26. RGB value is (206,149,38). Sum of RGB (Red+Green+Blue) = 206+149+38=393 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.42% from 393); Green value is 149 (58.59% from 255 or 37.91% from 393); Blue value is 38 (15.23% from 255 or 9.67% from 393); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9526 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9526 is #316AD9. Grayscale: #999999. Windows color (decimal): -3238618 or 2528718. OLE color: 2528718.
HSL color Cylindrical-coordinate representation of color #CE9526: hue angle of 39.64º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CE9526 is Cyan = 0, Magento = 0.28, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 149 | 38 | - |
| CMYK | 0 | 0.28 | 0.82 | 0.19 |
| HSL | 39.64º | 0.69% | 0.48% | - |
| HSV(B) | 39.64º | 0.82% | 0.81% | - |
| XYZ | 36.55 | 34.76 | 6.62 | - |
| YUV | 153.39 | 62.88 | 165.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 149 | 38 | 0 | 0.28 | 0.82 | 0.19 | 39.64 | 0.69 | 0.48 |
| Hex | CE | 95 | 26 | 0 | 1C | 52 | 13 | 28 | 45 | 30 |
| Octal | 316 | 225 | 46 | 0 | 34 | 122 | 23 | 50 | 105 | 60 |
| Binary | 11001110 | 10010101 | 100110 | 0 | 11100 | 1010010 | 10011 | 101000 | 1000101 | 110000 |
Color Harmonies of #CE9526
Complementary color
Monochromatic Colors of #CE9526
Black with #CE9526
Text Example
Text Example
White with #CE9526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9526; }
p { color: rgb(206,149,38); }
H1.HeaderClassName
{
color: #CE9526;
}
.AnyTagClassName
{
color: #CE9526;
}
</style>
background-color css
<style>
a { background-color: #CE9526; }
a { background-color: rgb(206,149,38); }
div.DivClassName
{
background-color: #CE9526;
}
.BgClassName
{
background-color: #CE9526;
}
</style>
border-color css
<style>
span { border-color: #CE9526; }
span { border-color: rgb(206,149,38); }
td.TdClassName
{
border-color: #CE9526;
}
.TagClassName
{
border-color: #CE9526;
}
</style>