Shades of Buttercup #CE8A1C
Tints of Buttercup #CE8A1C
RGB
CMYK
RGB Variations
Color information
#CE8A1C (or 0xCE8A1C) is known color: Buttercup. HEX triplet: CE, 8A and 1C. RGB value is (206,138,28). Sum of RGB (Red+Green+Blue) = 206+138+28=372 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.38% from 372); Green value is 138 (54.30% from 255 or 37.10% from 372); Blue value is 28 (11.33% from 255 or 7.53% from 372); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8A1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8A1C is #3175E3. Grayscale: #929292. Windows color (decimal): -3241444 or 1870542. OLE color: 1870542.
HSL color Cylindrical-coordinate representation of color #CE8A1C: hue angle of 37.08º 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 #CE8A1C is Cyan = 0, Magento = 0.33, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 138 | 28 | - |
| CMYK | 0 | 0.33 | 0.86 | 0.19 |
| HSL | 37.08º | 0.76% | 0.46% | - |
| HSV(B) | 37.08º | 0.86% | 0.81% | - |
| XYZ | 34.75 | 31.38 | 5.32 | - |
| YUV | 145.79 | 61.53 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 138 | 28 | 0 | 0.33 | 0.86 | 0.19 | 37.08 | 0.76 | 0.46 |
| Hex | CE | 8A | 1C | 0 | 21 | 56 | 13 | 25 | 4C | 2E |
| Octal | 316 | 212 | 34 | 0 | 41 | 126 | 23 | 45 | 114 | 56 |
| Binary | 11001110 | 10001010 | 11100 | 0 | 100001 | 1010110 | 10011 | 100101 | 1001100 | 101110 |
Color Harmonies of #CE8A1C
Complementary color
Monochromatic Colors of #CE8A1C
Black with #CE8A1C
Text Example
Text Example
White with #CE8A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8A1C; }
p { color: rgb(206,138,28); }
H1.HeaderClassName
{
color: #CE8A1C;
}
.AnyTagClassName
{
color: #CE8A1C;
}
</style>
background-color css
<style>
a { background-color: #CE8A1C; }
a { background-color: rgb(206,138,28); }
div.DivClassName
{
background-color: #CE8A1C;
}
.BgClassName
{
background-color: #CE8A1C;
}
</style>
border-color css
<style>
span { border-color: #CE8A1C; }
span { border-color: rgb(206,138,28); }
td.TdClassName
{
border-color: #CE8A1C;
}
.TagClassName
{
border-color: #CE8A1C;
}
</style>