Shades of Buttercup #CE9428
Tints of Buttercup #CE9428
RGB
CMYK
RGB Variations
Color information
#CE9428 (or 0xCE9428) is known color: Buttercup. HEX triplet: CE, 94 and 28. RGB value is (206,148,40). Sum of RGB (Red+Green+Blue) = 206+148+40=394 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.28% from 394); Green value is 148 (58.20% from 255 or 37.56% from 394); Blue value is 40 (16.02% from 255 or 10.15% from 394); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9428 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9428 is #316BD7. Grayscale: #999999. Windows color (decimal): -3238872 or 2659534. OLE color: 2659534.
HSL color Cylindrical-coordinate representation of color #CE9428: hue angle of 39.04º 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 #CE9428 is Cyan = 0, Magento = 0.28, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 148 | 40 | - |
| CMYK | 0 | 0.28 | 0.81 | 0.19 |
| HSL | 39.04º | 0.67% | 0.48% | - |
| HSV(B) | 39.04º | 0.81% | 0.81% | - |
| XYZ | 36.43 | 34.45 | 6.74 | - |
| YUV | 153.03 | 64.22 | 165.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 148 | 40 | 0 | 0.28 | 0.81 | 0.19 | 39.04 | 0.67 | 0.48 |
| Hex | CE | 94 | 28 | 0 | 1C | 51 | 13 | 27 | 43 | 30 |
| Octal | 316 | 224 | 50 | 0 | 34 | 121 | 23 | 47 | 103 | 60 |
| Binary | 11001110 | 10010100 | 101000 | 0 | 11100 | 1010001 | 10011 | 100111 | 1000011 | 110000 |
Color Harmonies of #CE9428
Complementary color
Monochromatic Colors of #CE9428
Black with #CE9428
Text Example
Text Example
White with #CE9428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9428; }
p { color: rgb(206,148,40); }
H1.HeaderClassName
{
color: #CE9428;
}
.AnyTagClassName
{
color: #CE9428;
}
</style>
background-color css
<style>
a { background-color: #CE9428; }
a { background-color: rgb(206,148,40); }
div.DivClassName
{
background-color: #CE9428;
}
.BgClassName
{
background-color: #CE9428;
}
</style>
border-color css
<style>
span { border-color: #CE9428; }
span { border-color: rgb(206,148,40); }
td.TdClassName
{
border-color: #CE9428;
}
.TagClassName
{
border-color: #CE9428;
}
</style>