Shades of Buttercup #CE901D
Tints of Buttercup #CE901D
RGB
CMYK
RGB Variations
Color information
#CE901D (or 0xCE901D) is known color: Buttercup. HEX triplet: CE, 90 and 1D. RGB value is (206,144,29). Sum of RGB (Red+Green+Blue) = 206+144+29=379 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.35% from 379); Green value is 144 (56.64% from 255 or 37.99% from 379); Blue value is 29 (11.72% from 255 or 7.65% from 379); Max value from RGB is 206 - color contains mainly: red. Hex color #CE901D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE901D is #316FE2. Grayscale: #959595. Windows color (decimal): -3239907 or 1937614. OLE color: 1937614.
HSL color Cylindrical-coordinate representation of color #CE901D: hue angle of 38.98º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CE901D is Cyan = 0, Magento = 0.30, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 144 | 29 | - |
| CMYK | 0 | 0.30 | 0.86 | 0.19 |
| HSL | 38.98º | 0.75% | 0.46% | - |
| HSV(B) | 38.98º | 0.86% | 0.81% | - |
| XYZ | 35.65 | 33.16 | 5.68 | - |
| YUV | 149.43 | 60.04 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 144 | 29 | 0 | 0.30 | 0.86 | 0.19 | 38.98 | 0.75 | 0.46 |
| Hex | CE | 90 | 1D | 0 | 1E | 56 | 13 | 27 | 4B | 2E |
| Octal | 316 | 220 | 35 | 0 | 36 | 126 | 23 | 47 | 113 | 56 |
| Binary | 11001110 | 10010000 | 11101 | 0 | 11110 | 1010110 | 10011 | 100111 | 1001011 | 101110 |
Color Harmonies of #CE901D
Complementary color
Monochromatic Colors of #CE901D
Black with #CE901D
Text Example
Text Example
White with #CE901D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE901D; }
p { color: rgb(206,144,29); }
H1.HeaderClassName
{
color: #CE901D;
}
.AnyTagClassName
{
color: #CE901D;
}
</style>
background-color css
<style>
a { background-color: #CE901D; }
a { background-color: rgb(206,144,29); }
div.DivClassName
{
background-color: #CE901D;
}
.BgClassName
{
background-color: #CE901D;
}
</style>
border-color css
<style>
span { border-color: #CE901D; }
span { border-color: rgb(206,144,29); }
td.TdClassName
{
border-color: #CE901D;
}
.TagClassName
{
border-color: #CE901D;
}
</style>