Shades of Buttercup #CE911B
Tints of Buttercup #CE911B
RGB
CMYK
RGB Variations
Color information
#CE911B (or 0xCE911B) is known color: Buttercup. HEX triplet: CE, 91 and 1B. RGB value is (206,145,27). Sum of RGB (Red+Green+Blue) = 206+145+27=378 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.50% from 378); Green value is 145 (57.03% from 255 or 38.36% from 378); Blue value is 27 (10.94% from 255 or 7.14% from 378); Max value from RGB is 206 - color contains mainly: red. Hex color #CE911B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE911B is #316EE4. Grayscale: #969696. Windows color (decimal): -3239653 or 1806798. OLE color: 1806798.
HSL color Cylindrical-coordinate representation of color #CE911B: hue angle of 39.55º 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 #CE911B is Cyan = 0, Magento = 0.30, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 145 | 27 | - |
| CMYK | 0 | 0.30 | 0.87 | 0.19 |
| HSL | 39.55º | 0.77% | 0.46% | - |
| HSV(B) | 39.55º | 0.87% | 0.81% | - |
| XYZ | 35.78 | 33.45 | 5.61 | - |
| YUV | 149.79 | 58.71 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 145 | 27 | 0 | 0.30 | 0.87 | 0.19 | 39.55 | 0.77 | 0.46 |
| Hex | CE | 91 | 1B | 0 | 1E | 57 | 13 | 28 | 4D | 2E |
| Octal | 316 | 221 | 33 | 0 | 36 | 127 | 23 | 50 | 115 | 56 |
| Binary | 11001110 | 10010001 | 11011 | 0 | 11110 | 1010111 | 10011 | 101000 | 1001101 | 101110 |
Color Harmonies of #CE911B
Complementary color
Monochromatic Colors of #CE911B
Black with #CE911B
Text Example
Text Example
White with #CE911B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE911B; }
p { color: rgb(206,145,27); }
H1.HeaderClassName
{
color: #CE911B;
}
.AnyTagClassName
{
color: #CE911B;
}
</style>
background-color css
<style>
a { background-color: #CE911B; }
a { background-color: rgb(206,145,27); }
div.DivClassName
{
background-color: #CE911B;
}
.BgClassName
{
background-color: #CE911B;
}
</style>
border-color css
<style>
span { border-color: #CE911B; }
span { border-color: rgb(206,145,27); }
td.TdClassName
{
border-color: #CE911B;
}
.TagClassName
{
border-color: #CE911B;
}
</style>