Shades of Buttercup #CE8A17
Tints of Buttercup #CE8A17
RGB
CMYK
RGB Variations
Color information
#CE8A17 (or 0xCE8A17) is known color: Buttercup. HEX triplet: CE, 8A and 17. RGB value is (206,138,23). Sum of RGB (Red+Green+Blue) = 206+138+23=367 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.13% from 367); Green value is 138 (54.30% from 255 or 37.60% from 367); Blue value is 23 (9.38% from 255 or 6.27% from 367); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8A17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8A17 is #3175E8. Grayscale: #919191. Windows color (decimal): -3241449 or 1542862. OLE color: 1542862.
HSL color Cylindrical-coordinate representation of color #CE8A17: hue angle of 37.7º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CE8A17 is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 138 | 23 | - |
| CMYK | 0 | 0.33 | 0.89 | 0.19 |
| HSL | 37.7º | 0.8% | 0.45% | - |
| HSV(B) | 37.7º | 0.89% | 0.81% | - |
| XYZ | 34.7 | 31.36 | 5.04 | - |
| YUV | 145.22 | 59.03 | 171.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 138 | 23 | 0 | 0.33 | 0.89 | 0.19 | 37.7 | 0.8 | 0.45 |
| Hex | CE | 8A | 17 | 0 | 21 | 59 | 13 | 26 | 50 | 2D |
| Octal | 316 | 212 | 27 | 0 | 41 | 131 | 23 | 46 | 120 | 55 |
| Binary | 11001110 | 10001010 | 10111 | 0 | 100001 | 1011001 | 10011 | 100110 | 1010000 | 101101 |
Color Harmonies of #CE8A17
Complementary color
Monochromatic Colors of #CE8A17
Black with #CE8A17
Text Example
Text Example
White with #CE8A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8A17; }
p { color: rgb(206,138,23); }
H1.HeaderClassName
{
color: #CE8A17;
}
.AnyTagClassName
{
color: #CE8A17;
}
</style>
background-color css
<style>
a { background-color: #CE8A17; }
a { background-color: rgb(206,138,23); }
div.DivClassName
{
background-color: #CE8A17;
}
.BgClassName
{
background-color: #CE8A17;
}
</style>
border-color css
<style>
span { border-color: #CE8A17; }
span { border-color: rgb(206,138,23); }
td.TdClassName
{
border-color: #CE8A17;
}
.TagClassName
{
border-color: #CE8A17;
}
</style>