Shades of Buttercup #CE961C
Tints of Buttercup #CE961C
RGB
CMYK
RGB Variations
Color information
#CE961C (or 0xCE961C) is known color: Buttercup. HEX triplet: CE, 96 and 1C. RGB value is (206,150,28). Sum of RGB (Red+Green+Blue) = 206+150+28=384 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.65% from 384); Green value is 150 (58.98% from 255 or 39.06% from 384); Blue value is 28 (11.33% from 255 or 7.29% from 384); Max value from RGB is 206 - color contains mainly: red. Hex color #CE961C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE961C is #3169E3. Grayscale: #999999. Windows color (decimal): -3238372 or 1873614. OLE color: 1873614.
HSL color Cylindrical-coordinate representation of color #CE961C: hue angle of 41.12º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CE961C is Cyan = 0, Magento = 0.27, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 150 | 28 | - |
| CMYK | 0 | 0.27 | 0.86 | 0.19 |
| HSL | 41.12º | 0.76% | 0.46% | - |
| HSV(B) | 41.12º | 0.86% | 0.81% | - |
| XYZ | 36.57 | 35.02 | 5.93 | - |
| YUV | 152.84 | 57.55 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 150 | 28 | 0 | 0.27 | 0.86 | 0.19 | 41.12 | 0.76 | 0.46 |
| Hex | CE | 96 | 1C | 0 | 1B | 56 | 13 | 29 | 4C | 2E |
| Octal | 316 | 226 | 34 | 0 | 33 | 126 | 23 | 51 | 114 | 56 |
| Binary | 11001110 | 10010110 | 11100 | 0 | 11011 | 1010110 | 10011 | 101001 | 1001100 | 101110 |
Color Harmonies of #CE961C
Complementary color
Monochromatic Colors of #CE961C
Black with #CE961C
Text Example
Text Example
White with #CE961C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE961C; }
p { color: rgb(206,150,28); }
H1.HeaderClassName
{
color: #CE961C;
}
.AnyTagClassName
{
color: #CE961C;
}
</style>
background-color css
<style>
a { background-color: #CE961C; }
a { background-color: rgb(206,150,28); }
div.DivClassName
{
background-color: #CE961C;
}
.BgClassName
{
background-color: #CE961C;
}
</style>
border-color css
<style>
span { border-color: #CE961C; }
span { border-color: rgb(206,150,28); }
td.TdClassName
{
border-color: #CE961C;
}
.TagClassName
{
border-color: #CE961C;
}
</style>