Shades of Buttercup #CE9A26
Tints of Buttercup #CE9A26
RGB
CMYK
RGB Variations
Color information
#CE9A26 (or 0xCE9A26) is known color: Buttercup. HEX triplet: CE, 9A and 26. RGB value is (206,154,38). Sum of RGB (Red+Green+Blue) = 206+154+38=398 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.76% from 398); Green value is 154 (60.55% from 255 or 38.69% from 398); Blue value is 38 (15.23% from 255 or 9.55% from 398); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9A26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9A26 is #3165D9. Grayscale: #9C9C9C. Windows color (decimal): -3237338 or 2529998. OLE color: 2529998.
HSL color Cylindrical-coordinate representation of color #CE9A26: hue angle of 41.43º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CE9A26 is Cyan = 0, Magento = 0.25, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 154 | 38 | - |
| CMYK | 0 | 0.25 | 0.82 | 0.19 |
| HSL | 41.43º | 0.69% | 0.48% | - |
| HSV(B) | 41.43º | 0.82% | 0.81% | - |
| XYZ | 37.36 | 36.37 | 6.89 | - |
| YUV | 156.32 | 61.23 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 154 | 38 | 0 | 0.25 | 0.82 | 0.19 | 41.43 | 0.69 | 0.48 |
| Hex | CE | 9A | 26 | 0 | 19 | 52 | 13 | 29 | 45 | 30 |
| Octal | 316 | 232 | 46 | 0 | 31 | 122 | 23 | 51 | 105 | 60 |
| Binary | 11001110 | 10011010 | 100110 | 0 | 11001 | 1010010 | 10011 | 101001 | 1000101 | 110000 |
Color Harmonies of #CE9A26
Complementary color
Monochromatic Colors of #CE9A26
Black with #CE9A26
Text Example
Text Example
White with #CE9A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9A26; }
p { color: rgb(206,154,38); }
H1.HeaderClassName
{
color: #CE9A26;
}
.AnyTagClassName
{
color: #CE9A26;
}
</style>
background-color css
<style>
a { background-color: #CE9A26; }
a { background-color: rgb(206,154,38); }
div.DivClassName
{
background-color: #CE9A26;
}
.BgClassName
{
background-color: #CE9A26;
}
</style>
border-color css
<style>
span { border-color: #CE9A26; }
span { border-color: rgb(206,154,38); }
td.TdClassName
{
border-color: #CE9A26;
}
.TagClassName
{
border-color: #CE9A26;
}
</style>