Shades of Buttercup #CE8A1B
Tints of Buttercup #CE8A1B
RGB
CMYK
RGB Variations
Color information
#CE8A1B (or 0xCE8A1B) is known color: Buttercup. HEX triplet: CE, 8A and 1B. RGB value is (206,138,27). Sum of RGB (Red+Green+Blue) = 206+138+27=371 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.53% from 371); Green value is 138 (54.30% from 255 or 37.20% from 371); Blue value is 27 (10.94% from 255 or 7.28% from 371); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8A1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8A1B is #3175E4. Grayscale: #929292. Windows color (decimal): -3241445 or 1805006. OLE color: 1805006.
HSL color Cylindrical-coordinate representation of color #CE8A1B: hue angle of 37.21º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CE8A1B is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 138 | 27 | - |
| CMYK | 0 | 0.33 | 0.87 | 0.19 |
| HSL | 37.21º | 0.77% | 0.46% | - |
| HSV(B) | 37.21º | 0.87% | 0.81% | - |
| XYZ | 34.74 | 31.38 | 5.26 | - |
| YUV | 145.68 | 61.03 | 171.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 138 | 27 | 0 | 0.33 | 0.87 | 0.19 | 37.21 | 0.77 | 0.46 |
| Hex | CE | 8A | 1B | 0 | 21 | 57 | 13 | 25 | 4D | 2E |
| Octal | 316 | 212 | 33 | 0 | 41 | 127 | 23 | 45 | 115 | 56 |
| Binary | 11001110 | 10001010 | 11011 | 0 | 100001 | 1010111 | 10011 | 100101 | 1001101 | 101110 |
Color Harmonies of #CE8A1B
Complementary color
Monochromatic Colors of #CE8A1B
Black with #CE8A1B
Text Example
Text Example
White with #CE8A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8A1B; }
p { color: rgb(206,138,27); }
H1.HeaderClassName
{
color: #CE8A1B;
}
.AnyTagClassName
{
color: #CE8A1B;
}
</style>
background-color css
<style>
a { background-color: #CE8A1B; }
a { background-color: rgb(206,138,27); }
div.DivClassName
{
background-color: #CE8A1B;
}
.BgClassName
{
background-color: #CE8A1B;
}
</style>
border-color css
<style>
span { border-color: #CE8A1B; }
span { border-color: rgb(206,138,27); }
td.TdClassName
{
border-color: #CE8A1B;
}
.TagClassName
{
border-color: #CE8A1B;
}
</style>