Shades of Buttercup #CE981E
Tints of Buttercup #CE981E
RGB
CMYK
RGB Variations
Color information
#CE981E (or 0xCE981E) is known color: Buttercup. HEX triplet: CE, 98 and 1E. RGB value is (206,152,30). Sum of RGB (Red+Green+Blue) = 206+152+30=388 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.09% from 388); Green value is 152 (59.77% from 255 or 39.18% from 388); Blue value is 30 (12.11% from 255 or 7.73% from 388); Max value from RGB is 206 - color contains mainly: red. Hex color #CE981E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE981E is #3167E1. Grayscale: #9A9A9A. Windows color (decimal): -3237858 or 2005198. OLE color: 2005198.
HSL color Cylindrical-coordinate representation of color #CE981E: hue angle of 41.59º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE981E is Cyan = 0, Magento = 0.26, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 152 | 30 | - |
| CMYK | 0 | 0.26 | 0.85 | 0.19 |
| HSL | 41.59º | 0.75% | 0.46% | - |
| HSV(B) | 41.59º | 0.85% | 0.81% | - |
| XYZ | 36.92 | 35.67 | 6.17 | - |
| YUV | 154.24 | 57.89 | 164.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 152 | 30 | 0 | 0.26 | 0.85 | 0.19 | 41.59 | 0.75 | 0.46 |
| Hex | CE | 98 | 1E | 0 | 1A | 55 | 13 | 2A | 4B | 2E |
| Octal | 316 | 230 | 36 | 0 | 32 | 125 | 23 | 52 | 113 | 56 |
| Binary | 11001110 | 10011000 | 11110 | 0 | 11010 | 1010101 | 10011 | 101010 | 1001011 | 101110 |
Color Harmonies of #CE981E
Complementary color
Monochromatic Colors of #CE981E
Black with #CE981E
Text Example
Text Example
White with #CE981E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE981E; }
p { color: rgb(206,152,30); }
H1.HeaderClassName
{
color: #CE981E;
}
.AnyTagClassName
{
color: #CE981E;
}
</style>
background-color css
<style>
a { background-color: #CE981E; }
a { background-color: rgb(206,152,30); }
div.DivClassName
{
background-color: #CE981E;
}
.BgClassName
{
background-color: #CE981E;
}
</style>
border-color css
<style>
span { border-color: #CE981E; }
span { border-color: rgb(206,152,30); }
td.TdClassName
{
border-color: #CE981E;
}
.TagClassName
{
border-color: #CE981E;
}
</style>