Shades of Buttercup #CE8D1A
Tints of Buttercup #CE8D1A
RGB
CMYK
RGB Variations
Color information
#CE8D1A (or 0xCE8D1A) is known color: Buttercup. HEX triplet: CE, 8D and 1A. RGB value is (206,141,26). Sum of RGB (Red+Green+Blue) = 206+141+26=373 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.23% from 373); Green value is 141 (55.47% from 255 or 37.80% from 373); Blue value is 26 (10.55% from 255 or 6.97% from 373); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8D1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8D1A is #3172E5. Grayscale: #939393. Windows color (decimal): -3240678 or 1740238. OLE color: 1740238.
HSL color Cylindrical-coordinate representation of color #CE8D1A: hue angle of 38.33º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CE8D1A is Cyan = 0, Magento = 0.32, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 141 | 26 | - |
| CMYK | 0 | 0.32 | 0.87 | 0.19 |
| HSL | 38.33º | 0.78% | 0.45% | - |
| HSV(B) | 38.33º | 0.87% | 0.81% | - |
| XYZ | 35.16 | 32.25 | 5.35 | - |
| YUV | 147.33 | 59.53 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 141 | 26 | 0 | 0.32 | 0.87 | 0.19 | 38.33 | 0.78 | 0.45 |
| Hex | CE | 8D | 1A | 0 | 20 | 57 | 13 | 26 | 4E | 2D |
| Octal | 316 | 215 | 32 | 0 | 40 | 127 | 23 | 46 | 116 | 55 |
| Binary | 11001110 | 10001101 | 11010 | 0 | 100000 | 1010111 | 10011 | 100110 | 1001110 | 101101 |
Color Harmonies of #CE8D1A
Complementary color
Monochromatic Colors of #CE8D1A
Black with #CE8D1A
Text Example
Text Example
White with #CE8D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8D1A; }
p { color: rgb(206,141,26); }
H1.HeaderClassName
{
color: #CE8D1A;
}
.AnyTagClassName
{
color: #CE8D1A;
}
</style>
background-color css
<style>
a { background-color: #CE8D1A; }
a { background-color: rgb(206,141,26); }
div.DivClassName
{
background-color: #CE8D1A;
}
.BgClassName
{
background-color: #CE8D1A;
}
</style>
border-color css
<style>
span { border-color: #CE8D1A; }
span { border-color: rgb(206,141,26); }
td.TdClassName
{
border-color: #CE8D1A;
}
.TagClassName
{
border-color: #CE8D1A;
}
</style>