Shades of Buttercup #CE9A28
Tints of Buttercup #CE9A28
RGB
CMYK
RGB Variations
Color information
#CE9A28 (or 0xCE9A28) is known color: Buttercup. HEX triplet: CE, 9A and 28. RGB value is (206,154,40). Sum of RGB (Red+Green+Blue) = 206+154+40=400 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.5% from 400); Green value is 154 (60.55% from 255 or 38.5% from 400); Blue value is 40 (16.02% from 255 or 10% from 400); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9A28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9A28 is #3165D7. Grayscale: #9D9D9D. Windows color (decimal): -3237336 or 2661070. OLE color: 2661070.
HSL color Cylindrical-coordinate representation of color #CE9A28: hue angle of 41.2º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CE9A28 is Cyan = 0, Magento = 0.25, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 154 | 40 | - |
| CMYK | 0 | 0.25 | 0.81 | 0.19 |
| HSL | 41.2º | 0.67% | 0.48% | - |
| HSV(B) | 41.2º | 0.81% | 0.81% | - |
| XYZ | 37.39 | 36.39 | 7.06 | - |
| YUV | 156.55 | 62.23 | 163.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 154 | 40 | 0 | 0.25 | 0.81 | 0.19 | 41.2 | 0.67 | 0.48 |
| Hex | CE | 9A | 28 | 0 | 19 | 51 | 13 | 29 | 43 | 30 |
| Octal | 316 | 232 | 50 | 0 | 31 | 121 | 23 | 51 | 103 | 60 |
| Binary | 11001110 | 10011010 | 101000 | 0 | 11001 | 1010001 | 10011 | 101001 | 1000011 | 110000 |
Color Harmonies of #CE9A28
Complementary color
Monochromatic Colors of #CE9A28
Black with #CE9A28
Text Example
Text Example
White with #CE9A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9A28; }
p { color: rgb(206,154,40); }
H1.HeaderClassName
{
color: #CE9A28;
}
.AnyTagClassName
{
color: #CE9A28;
}
</style>
background-color css
<style>
a { background-color: #CE9A28; }
a { background-color: rgb(206,154,40); }
div.DivClassName
{
background-color: #CE9A28;
}
.BgClassName
{
background-color: #CE9A28;
}
</style>
border-color css
<style>
span { border-color: #CE9A28; }
span { border-color: rgb(206,154,40); }
td.TdClassName
{
border-color: #CE9A28;
}
.TagClassName
{
border-color: #CE9A28;
}
</style>