Shades of Buttercup #CE971B
Tints of Buttercup #CE971B
RGB
CMYK
RGB Variations
Color information
#CE971B (or 0xCE971B) is known color: Buttercup. HEX triplet: CE, 97 and 1B. RGB value is (206,151,27). Sum of RGB (Red+Green+Blue) = 206+151+27=384 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.65% from 384); Green value is 151 (59.38% from 255 or 39.32% from 384); Blue value is 27 (10.94% from 255 or 7.03% from 384); Max value from RGB is 206 - color contains mainly: red. Hex color #CE971B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE971B is #3168E4. Grayscale: #999999. Windows color (decimal): -3238117 or 1808334. OLE color: 1808334.
HSL color Cylindrical-coordinate representation of color #CE971B: hue angle of 41.56º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CE971B is Cyan = 0, Magento = 0.27, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 151 | 27 | - |
| CMYK | 0 | 0.27 | 0.87 | 0.19 |
| HSL | 41.56º | 0.77% | 0.46% | - |
| HSV(B) | 41.56º | 0.87% | 0.81% | - |
| XYZ | 36.72 | 35.33 | 5.92 | - |
| YUV | 153.31 | 56.72 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 151 | 27 | 0 | 0.27 | 0.87 | 0.19 | 41.56 | 0.77 | 0.46 |
| Hex | CE | 97 | 1B | 0 | 1B | 57 | 13 | 2A | 4D | 2E |
| Octal | 316 | 227 | 33 | 0 | 33 | 127 | 23 | 52 | 115 | 56 |
| Binary | 11001110 | 10010111 | 11011 | 0 | 11011 | 1010111 | 10011 | 101010 | 1001101 | 101110 |
Color Harmonies of #CE971B
Complementary color
Monochromatic Colors of #CE971B
Black with #CE971B
Text Example
Text Example
White with #CE971B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE971B; }
p { color: rgb(206,151,27); }
H1.HeaderClassName
{
color: #CE971B;
}
.AnyTagClassName
{
color: #CE971B;
}
</style>
background-color css
<style>
a { background-color: #CE971B; }
a { background-color: rgb(206,151,27); }
div.DivClassName
{
background-color: #CE971B;
}
.BgClassName
{
background-color: #CE971B;
}
</style>
border-color css
<style>
span { border-color: #CE971B; }
span { border-color: rgb(206,151,27); }
td.TdClassName
{
border-color: #CE971B;
}
.TagClassName
{
border-color: #CE971B;
}
</style>