Shades of Buttercup #CE8C1E
Tints of Buttercup #CE8C1E
RGB
CMYK
RGB Variations
Color information
#CE8C1E (or 0xCE8C1E) is known color: Buttercup. HEX triplet: CE, 8C and 1E. RGB value is (206,140,30). Sum of RGB (Red+Green+Blue) = 206+140+30=376 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.79% from 376); Green value is 140 (55.08% from 255 or 37.23% from 376); Blue value is 30 (12.11% from 255 or 7.98% from 376); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8C1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8C1E is #3173E1. Grayscale: #939393. Windows color (decimal): -3240930 or 2002126. OLE color: 2002126.
HSL color Cylindrical-coordinate representation of color #CE8C1E: hue angle of 37.5º 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 #CE8C1E is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 140 | 30 | - |
| CMYK | 0 | 0.32 | 0.85 | 0.19 |
| HSL | 37.5º | 0.75% | 0.46% | - |
| HSV(B) | 37.5º | 0.85% | 0.81% | - |
| XYZ | 35.07 | 31.97 | 5.55 | - |
| YUV | 147.19 | 61.87 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 140 | 30 | 0 | 0.32 | 0.85 | 0.19 | 37.5 | 0.75 | 0.46 |
| Hex | CE | 8C | 1E | 0 | 20 | 55 | 13 | 26 | 4B | 2E |
| Octal | 316 | 214 | 36 | 0 | 40 | 125 | 23 | 46 | 113 | 56 |
| Binary | 11001110 | 10001100 | 11110 | 0 | 100000 | 1010101 | 10011 | 100110 | 1001011 | 101110 |
Color Harmonies of #CE8C1E
Complementary color
Monochromatic Colors of #CE8C1E
Black with #CE8C1E
Text Example
Text Example
White with #CE8C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8C1E; }
p { color: rgb(206,140,30); }
H1.HeaderClassName
{
color: #CE8C1E;
}
.AnyTagClassName
{
color: #CE8C1E;
}
</style>
background-color css
<style>
a { background-color: #CE8C1E; }
a { background-color: rgb(206,140,30); }
div.DivClassName
{
background-color: #CE8C1E;
}
.BgClassName
{
background-color: #CE8C1E;
}
</style>
border-color css
<style>
span { border-color: #CE8C1E; }
span { border-color: rgb(206,140,30); }
td.TdClassName
{
border-color: #CE8C1E;
}
.TagClassName
{
border-color: #CE8C1E;
}
</style>