Shades of Buttercup #CE951A
Tints of Buttercup #CE951A
RGB
CMYK
RGB Variations
Color information
#CE951A (or 0xCE951A) is known color: Buttercup. HEX triplet: CE, 95 and 1A. RGB value is (206,149,26). Sum of RGB (Red+Green+Blue) = 206+149+26=381 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.07% from 381); Green value is 149 (58.59% from 255 or 39.11% from 381); Blue value is 26 (10.55% from 255 or 6.82% from 381); Max value from RGB is 206 - color contains mainly: red. Hex color #CE951A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE951A is #316AE5. Grayscale: #989898. Windows color (decimal): -3238630 or 1742286. OLE color: 1742286.
HSL color Cylindrical-coordinate representation of color #CE951A: hue angle of 41º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CE951A is Cyan = 0, Magento = 0.28, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 149 | 26 | - |
| CMYK | 0 | 0.28 | 0.87 | 0.19 |
| HSL | 41º | 0.78% | 0.45% | - |
| HSV(B) | 41º | 0.87% | 0.81% | - |
| XYZ | 36.39 | 34.69 | 5.76 | - |
| YUV | 152.02 | 56.88 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 149 | 26 | 0 | 0.28 | 0.87 | 0.19 | 41 | 0.78 | 0.45 |
| Hex | CE | 95 | 1A | 0 | 1C | 57 | 13 | 29 | 4E | 2D |
| Octal | 316 | 225 | 32 | 0 | 34 | 127 | 23 | 51 | 116 | 55 |
| Binary | 11001110 | 10010101 | 11010 | 0 | 11100 | 1010111 | 10011 | 101001 | 1001110 | 101101 |
Color Harmonies of #CE951A
Complementary color
Monochromatic Colors of #CE951A
Black with #CE951A
Text Example
Text Example
White with #CE951A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE951A; }
p { color: rgb(206,149,26); }
H1.HeaderClassName
{
color: #CE951A;
}
.AnyTagClassName
{
color: #CE951A;
}
</style>
background-color css
<style>
a { background-color: #CE951A; }
a { background-color: rgb(206,149,26); }
div.DivClassName
{
background-color: #CE951A;
}
.BgClassName
{
background-color: #CE951A;
}
</style>
border-color css
<style>
span { border-color: #CE951A; }
span { border-color: rgb(206,149,26); }
td.TdClassName
{
border-color: #CE951A;
}
.TagClassName
{
border-color: #CE951A;
}
</style>