Shades of Buttercup #CE951C
Tints of Buttercup #CE951C
RGB
CMYK
RGB Variations
Color information
#CE951C (or 0xCE951C) is known color: Buttercup. HEX triplet: CE, 95 and 1C. RGB value is (206,149,28). Sum of RGB (Red+Green+Blue) = 206+149+28=383 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.79% from 383); Green value is 149 (58.59% from 255 or 38.90% from 383); Blue value is 28 (11.33% from 255 or 7.31% from 383); Max value from RGB is 206 - color contains mainly: red. Hex color #CE951C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE951C is #316AE3. Grayscale: #989898. Windows color (decimal): -3238628 or 1873358. OLE color: 1873358.
HSL color Cylindrical-coordinate representation of color #CE951C: hue angle of 40.79º 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 #CE951C is Cyan = 0, Magento = 0.28, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 149 | 28 | - |
| CMYK | 0 | 0.28 | 0.86 | 0.19 |
| HSL | 40.79º | 0.76% | 0.46% | - |
| HSV(B) | 40.79º | 0.86% | 0.81% | - |
| XYZ | 36.41 | 34.7 | 5.88 | - |
| YUV | 152.25 | 57.88 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 149 | 28 | 0 | 0.28 | 0.86 | 0.19 | 40.79 | 0.76 | 0.46 |
| Hex | CE | 95 | 1C | 0 | 1C | 56 | 13 | 29 | 4C | 2E |
| Octal | 316 | 225 | 34 | 0 | 34 | 126 | 23 | 51 | 114 | 56 |
| Binary | 11001110 | 10010101 | 11100 | 0 | 11100 | 1010110 | 10011 | 101001 | 1001100 | 101110 |
Color Harmonies of #CE951C
Complementary color
Monochromatic Colors of #CE951C
Black with #CE951C
Text Example
Text Example
White with #CE951C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE951C; }
p { color: rgb(206,149,28); }
H1.HeaderClassName
{
color: #CE951C;
}
.AnyTagClassName
{
color: #CE951C;
}
</style>
background-color css
<style>
a { background-color: #CE951C; }
a { background-color: rgb(206,149,28); }
div.DivClassName
{
background-color: #CE951C;
}
.BgClassName
{
background-color: #CE951C;
}
</style>
border-color css
<style>
span { border-color: #CE951C; }
span { border-color: rgb(206,149,28); }
td.TdClassName
{
border-color: #CE951C;
}
.TagClassName
{
border-color: #CE951C;
}
</style>