Shades of Buttercup #CE9023
Tints of Buttercup #CE9023
RGB
CMYK
RGB Variations
Color information
#CE9023 (or 0xCE9023) is known color: Buttercup. HEX triplet: CE, 90 and 23. RGB value is (206,144,35). Sum of RGB (Red+Green+Blue) = 206+144+35=385 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.51% from 385); Green value is 144 (56.64% from 255 or 37.40% from 385); Blue value is 35 (14.06% from 255 or 9.09% from 385); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9023 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9023 is #316FDC. Grayscale: #969696. Windows color (decimal): -3239901 or 2330830. OLE color: 2330830.
HSL color Cylindrical-coordinate representation of color #CE9023: hue angle of 38.25º 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 #CE9023 is Cyan = 0, Magento = 0.30, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 144 | 35 | - |
| CMYK | 0 | 0.30 | 0.83 | 0.19 |
| HSL | 38.25º | 0.71% | 0.47% | - |
| HSV(B) | 38.25º | 0.83% | 0.81% | - |
| XYZ | 35.73 | 33.19 | 6.11 | - |
| YUV | 150.11 | 63.04 | 167.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 144 | 35 | 0 | 0.30 | 0.83 | 0.19 | 38.25 | 0.71 | 0.47 |
| Hex | CE | 90 | 23 | 0 | 1E | 53 | 13 | 26 | 47 | 2F |
| Octal | 316 | 220 | 43 | 0 | 36 | 123 | 23 | 46 | 107 | 57 |
| Binary | 11001110 | 10010000 | 100011 | 0 | 11110 | 1010011 | 10011 | 100110 | 1000111 | 101111 |
Color Harmonies of #CE9023
Complementary color
Monochromatic Colors of #CE9023
Black with #CE9023
Text Example
Text Example
White with #CE9023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9023; }
p { color: rgb(206,144,35); }
H1.HeaderClassName
{
color: #CE9023;
}
.AnyTagClassName
{
color: #CE9023;
}
</style>
background-color css
<style>
a { background-color: #CE9023; }
a { background-color: rgb(206,144,35); }
div.DivClassName
{
background-color: #CE9023;
}
.BgClassName
{
background-color: #CE9023;
}
</style>
border-color css
<style>
span { border-color: #CE9023; }
span { border-color: rgb(206,144,35); }
td.TdClassName
{
border-color: #CE9023;
}
.TagClassName
{
border-color: #CE9023;
}
</style>