Shades of Buttercup #CE8D24
Tints of Buttercup #CE8D24
RGB
CMYK
RGB Variations
Color information
#CE8D24 (or 0xCE8D24) is known color: Buttercup. HEX triplet: CE, 8D and 24. RGB value is (206,141,36). Sum of RGB (Red+Green+Blue) = 206+141+36=383 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.79% from 383); Green value is 141 (55.47% from 255 or 36.81% from 383); Blue value is 36 (14.45% from 255 or 9.40% from 383); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8D24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8D24 is #3172DB. Grayscale: #949494. Windows color (decimal): -3240668 or 2395598. OLE color: 2395598.
HSL color Cylindrical-coordinate representation of color #CE8D24: hue angle of 37.06º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE8D24 is Cyan = 0, Magento = 0.32, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 141 | 36 | - |
| CMYK | 0 | 0.32 | 0.83 | 0.19 |
| HSL | 37.06º | 0.7% | 0.47% | - |
| HSV(B) | 37.06º | 0.83% | 0.81% | - |
| XYZ | 35.3 | 32.3 | 6.04 | - |
| YUV | 148.47 | 64.53 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 141 | 36 | 0 | 0.32 | 0.83 | 0.19 | 37.06 | 0.7 | 0.47 |
| Hex | CE | 8D | 24 | 0 | 20 | 53 | 13 | 25 | 46 | 2F |
| Octal | 316 | 215 | 44 | 0 | 40 | 123 | 23 | 45 | 106 | 57 |
| Binary | 11001110 | 10001101 | 100100 | 0 | 100000 | 1010011 | 10011 | 100101 | 1000110 | 101111 |
Color Harmonies of #CE8D24
Complementary color
Monochromatic Colors of #CE8D24
Black with #CE8D24
Text Example
Text Example
White with #CE8D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8D24; }
p { color: rgb(206,141,36); }
H1.HeaderClassName
{
color: #CE8D24;
}
.AnyTagClassName
{
color: #CE8D24;
}
</style>
background-color css
<style>
a { background-color: #CE8D24; }
a { background-color: rgb(206,141,36); }
div.DivClassName
{
background-color: #CE8D24;
}
.BgClassName
{
background-color: #CE8D24;
}
</style>
border-color css
<style>
span { border-color: #CE8D24; }
span { border-color: rgb(206,141,36); }
td.TdClassName
{
border-color: #CE8D24;
}
.TagClassName
{
border-color: #CE8D24;
}
</style>