Shades of Buttercup #CE921C
Tints of Buttercup #CE921C
RGB
CMYK
RGB Variations
Color information
#CE921C (or 0xCE921C) is known color: Buttercup. HEX triplet: CE, 92 and 1C. RGB value is (206,146,28). Sum of RGB (Red+Green+Blue) = 206+146+28=380 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.21% from 380); Green value is 146 (57.42% from 255 or 38.42% from 380); Blue value is 28 (11.33% from 255 or 7.37% from 380); Max value from RGB is 206 - color contains mainly: red. Hex color #CE921C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE921C is #316DE3. Grayscale: #979797. Windows color (decimal): -3239396 or 1872590. OLE color: 1872590.
HSL color Cylindrical-coordinate representation of color #CE921C: hue angle of 39.78º 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 #CE921C is Cyan = 0, Magento = 0.29, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 146 | 28 | - |
| CMYK | 0 | 0.29 | 0.86 | 0.19 |
| HSL | 39.78º | 0.76% | 0.46% | - |
| HSV(B) | 39.78º | 0.86% | 0.81% | - |
| XYZ | 35.94 | 33.76 | 5.72 | - |
| YUV | 150.49 | 58.88 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 146 | 28 | 0 | 0.29 | 0.86 | 0.19 | 39.78 | 0.76 | 0.46 |
| Hex | CE | 92 | 1C | 0 | 1D | 56 | 13 | 28 | 4C | 2E |
| Octal | 316 | 222 | 34 | 0 | 35 | 126 | 23 | 50 | 114 | 56 |
| Binary | 11001110 | 10010010 | 11100 | 0 | 11101 | 1010110 | 10011 | 101000 | 1001100 | 101110 |
Color Harmonies of #CE921C
Complementary color
Monochromatic Colors of #CE921C
Black with #CE921C
Text Example
Text Example
White with #CE921C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE921C; }
p { color: rgb(206,146,28); }
H1.HeaderClassName
{
color: #CE921C;
}
.AnyTagClassName
{
color: #CE921C;
}
</style>
background-color css
<style>
a { background-color: #CE921C; }
a { background-color: rgb(206,146,28); }
div.DivClassName
{
background-color: #CE921C;
}
.BgClassName
{
background-color: #CE921C;
}
</style>
border-color css
<style>
span { border-color: #CE921C; }
span { border-color: rgb(206,146,28); }
td.TdClassName
{
border-color: #CE921C;
}
.TagClassName
{
border-color: #CE921C;
}
</style>