Shades of Buttercup #CE9123
Tints of Buttercup #CE9123
RGB
CMYK
RGB Variations
Color information
#CE9123 (or 0xCE9123) is known color: Buttercup. HEX triplet: CE, 91 and 23. RGB value is (206,145,35). Sum of RGB (Red+Green+Blue) = 206+145+35=386 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.37% from 386); Green value is 145 (57.03% from 255 or 37.56% from 386); Blue value is 35 (14.06% from 255 or 9.07% from 386); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9123 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9123 is #316EDC. Grayscale: #979797. Windows color (decimal): -3239645 or 2331086. OLE color: 2331086.
HSL color Cylindrical-coordinate representation of color #CE9123: hue angle of 38.6º degrees, saturation: 0.71, 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 #CE9123 is Cyan = 0, Magento = 0.30, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 145 | 35 | - |
| CMYK | 0 | 0.30 | 0.83 | 0.19 |
| HSL | 38.6º | 0.71% | 0.47% | - |
| HSV(B) | 38.6º | 0.83% | 0.81% | - |
| XYZ | 35.88 | 33.49 | 6.16 | - |
| YUV | 150.7 | 62.71 | 167.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 145 | 35 | 0 | 0.30 | 0.83 | 0.19 | 38.6 | 0.71 | 0.47 |
| Hex | CE | 91 | 23 | 0 | 1E | 53 | 13 | 27 | 47 | 2F |
| Octal | 316 | 221 | 43 | 0 | 36 | 123 | 23 | 47 | 107 | 57 |
| Binary | 11001110 | 10010001 | 100011 | 0 | 11110 | 1010011 | 10011 | 100111 | 1000111 | 101111 |
Color Harmonies of #CE9123
Complementary color
Monochromatic Colors of #CE9123
Black with #CE9123
Text Example
Text Example
White with #CE9123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9123; }
p { color: rgb(206,145,35); }
H1.HeaderClassName
{
color: #CE9123;
}
.AnyTagClassName
{
color: #CE9123;
}
</style>
background-color css
<style>
a { background-color: #CE9123; }
a { background-color: rgb(206,145,35); }
div.DivClassName
{
background-color: #CE9123;
}
.BgClassName
{
background-color: #CE9123;
}
</style>
border-color css
<style>
span { border-color: #CE9123; }
span { border-color: rgb(206,145,35); }
td.TdClassName
{
border-color: #CE9123;
}
.TagClassName
{
border-color: #CE9123;
}
</style>