Shades of Buttercup #CE901F
Tints of Buttercup #CE901F
RGB
CMYK
RGB Variations
Color information
#CE901F (or 0xCE901F) is known color: Buttercup. HEX triplet: CE, 90 and 1F. RGB value is (206,144,31). Sum of RGB (Red+Green+Blue) = 206+144+31=381 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.07% from 381); Green value is 144 (56.64% from 255 or 37.80% from 381); Blue value is 31 (12.5% from 255 or 8.14% from 381); Max value from RGB is 206 - color contains mainly: red. Hex color #CE901F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE901F is #316FE0. Grayscale: #969696. Windows color (decimal): -3239905 or 2068686. OLE color: 2068686.
HSL color Cylindrical-coordinate representation of color #CE901F: hue angle of 38.74º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE901F is Cyan = 0, Magento = 0.30, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 144 | 31 | - |
| CMYK | 0 | 0.30 | 0.85 | 0.19 |
| HSL | 38.74º | 0.74% | 0.46% | - |
| HSV(B) | 38.74º | 0.85% | 0.81% | - |
| XYZ | 35.67 | 33.17 | 5.82 | - |
| YUV | 149.66 | 61.04 | 168.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 144 | 31 | 0 | 0.30 | 0.85 | 0.19 | 38.74 | 0.74 | 0.46 |
| Hex | CE | 90 | 1F | 0 | 1E | 55 | 13 | 27 | 4A | 2E |
| Octal | 316 | 220 | 37 | 0 | 36 | 125 | 23 | 47 | 112 | 56 |
| Binary | 11001110 | 10010000 | 11111 | 0 | 11110 | 1010101 | 10011 | 100111 | 1001010 | 101110 |
Color Harmonies of #CE901F
Complementary color
Monochromatic Colors of #CE901F
Black with #CE901F
Text Example
Text Example
White with #CE901F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE901F; }
p { color: rgb(206,144,31); }
H1.HeaderClassName
{
color: #CE901F;
}
.AnyTagClassName
{
color: #CE901F;
}
</style>
background-color css
<style>
a { background-color: #CE901F; }
a { background-color: rgb(206,144,31); }
div.DivClassName
{
background-color: #CE901F;
}
.BgClassName
{
background-color: #CE901F;
}
</style>
border-color css
<style>
span { border-color: #CE901F; }
span { border-color: rgb(206,144,31); }
td.TdClassName
{
border-color: #CE901F;
}
.TagClassName
{
border-color: #CE901F;
}
</style>