Shades of Buttercup #CE901E
Tints of Buttercup #CE901E
RGB
CMYK
RGB Variations
Color information
#CE901E (or 0xCE901E) is known color: Buttercup. HEX triplet: CE, 90 and 1E. RGB value is (206,144,30). Sum of RGB (Red+Green+Blue) = 206+144+30=380 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.21% from 380); Green value is 144 (56.64% from 255 or 37.89% from 380); Blue value is 30 (12.11% from 255 or 7.89% from 380); Max value from RGB is 206 - color contains mainly: red. Hex color #CE901E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE901E is #316FE1. Grayscale: #969696. Windows color (decimal): -3239906 or 2003150. OLE color: 2003150.
HSL color Cylindrical-coordinate representation of color #CE901E: hue angle of 38.86º degrees, saturation: 0.75, 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 #CE901E is Cyan = 0, Magento = 0.30, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 144 | 30 | - |
| CMYK | 0 | 0.30 | 0.85 | 0.19 |
| HSL | 38.86º | 0.75% | 0.46% | - |
| HSV(B) | 38.86º | 0.85% | 0.81% | - |
| XYZ | 35.66 | 33.16 | 5.75 | - |
| YUV | 149.54 | 60.54 | 168.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 144 | 30 | 0 | 0.30 | 0.85 | 0.19 | 38.86 | 0.75 | 0.46 |
| Hex | CE | 90 | 1E | 0 | 1E | 55 | 13 | 27 | 4B | 2E |
| Octal | 316 | 220 | 36 | 0 | 36 | 125 | 23 | 47 | 113 | 56 |
| Binary | 11001110 | 10010000 | 11110 | 0 | 11110 | 1010101 | 10011 | 100111 | 1001011 | 101110 |
Color Harmonies of #CE901E
Complementary color
Monochromatic Colors of #CE901E
Black with #CE901E
Text Example
Text Example
White with #CE901E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE901E; }
p { color: rgb(206,144,30); }
H1.HeaderClassName
{
color: #CE901E;
}
.AnyTagClassName
{
color: #CE901E;
}
</style>
background-color css
<style>
a { background-color: #CE901E; }
a { background-color: rgb(206,144,30); }
div.DivClassName
{
background-color: #CE901E;
}
.BgClassName
{
background-color: #CE901E;
}
</style>
border-color css
<style>
span { border-color: #CE901E; }
span { border-color: rgb(206,144,30); }
td.TdClassName
{
border-color: #CE901E;
}
.TagClassName
{
border-color: #CE901E;
}
</style>