Shades of Buttercup #CE9325
Tints of Buttercup #CE9325
RGB
CMYK
RGB Variations
Color information
#CE9325 (or 0xCE9325) is known color: Buttercup. HEX triplet: CE, 93 and 25. RGB value is (206,147,37). Sum of RGB (Red+Green+Blue) = 206+147+37=390 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.82% from 390); Green value is 147 (57.81% from 255 or 37.69% from 390); Blue value is 37 (14.84% from 255 or 9.49% from 390); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9325 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9325 is #316CDA. Grayscale: #989898. Windows color (decimal): -3239131 or 2462670. OLE color: 2462670.
HSL color Cylindrical-coordinate representation of color #CE9325: hue angle of 39.05º degrees, saturation: 0.7, 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 #CE9325 is Cyan = 0, Magento = 0.29, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 147 | 37 | - |
| CMYK | 0 | 0.29 | 0.82 | 0.19 |
| HSL | 39.05º | 0.7% | 0.48% | - |
| HSV(B) | 39.05º | 0.82% | 0.81% | - |
| XYZ | 36.22 | 34.12 | 6.43 | - |
| YUV | 152.1 | 63.05 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 147 | 37 | 0 | 0.29 | 0.82 | 0.19 | 39.05 | 0.7 | 0.48 |
| Hex | CE | 93 | 25 | 0 | 1D | 52 | 13 | 27 | 46 | 30 |
| Octal | 316 | 223 | 45 | 0 | 35 | 122 | 23 | 47 | 106 | 60 |
| Binary | 11001110 | 10010011 | 100101 | 0 | 11101 | 1010010 | 10011 | 100111 | 1000110 | 110000 |
Color Harmonies of #CE9325
Complementary color
Monochromatic Colors of #CE9325
Black with #CE9325
Text Example
Text Example
White with #CE9325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9325; }
p { color: rgb(206,147,37); }
H1.HeaderClassName
{
color: #CE9325;
}
.AnyTagClassName
{
color: #CE9325;
}
</style>
background-color css
<style>
a { background-color: #CE9325; }
a { background-color: rgb(206,147,37); }
div.DivClassName
{
background-color: #CE9325;
}
.BgClassName
{
background-color: #CE9325;
}
</style>
border-color css
<style>
span { border-color: #CE9325; }
span { border-color: rgb(206,147,37); }
td.TdClassName
{
border-color: #CE9325;
}
.TagClassName
{
border-color: #CE9325;
}
</style>