Shades of Buttercup #CE8A1F
Tints of Buttercup #CE8A1F
RGB
CMYK
RGB Variations
Color information
#CE8A1F (or 0xCE8A1F) is known color: Buttercup. HEX triplet: CE, 8A and 1F. RGB value is (206,138,31). Sum of RGB (Red+Green+Blue) = 206+138+31=375 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.93% from 375); Green value is 138 (54.30% from 255 or 36.8% from 375); Blue value is 31 (12.5% from 255 or 8.27% from 375); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8A1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8A1F is #3175E0. Grayscale: #929292. Windows color (decimal): -3241441 or 2067150. OLE color: 2067150.
HSL color Cylindrical-coordinate representation of color #CE8A1F: hue angle of 36.69º 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 #CE8A1F is Cyan = 0, Magento = 0.33, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 138 | 31 | - |
| CMYK | 0 | 0.33 | 0.85 | 0.19 |
| HSL | 36.69º | 0.74% | 0.46% | - |
| HSV(B) | 36.69º | 0.85% | 0.81% | - |
| XYZ | 34.79 | 31.4 | 5.52 | - |
| YUV | 146.13 | 63.03 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 138 | 31 | 0 | 0.33 | 0.85 | 0.19 | 36.69 | 0.74 | 0.46 |
| Hex | CE | 8A | 1F | 0 | 21 | 55 | 13 | 25 | 4A | 2E |
| Octal | 316 | 212 | 37 | 0 | 41 | 125 | 23 | 45 | 112 | 56 |
| Binary | 11001110 | 10001010 | 11111 | 0 | 100001 | 1010101 | 10011 | 100101 | 1001010 | 101110 |
Color Harmonies of #CE8A1F
Complementary color
Monochromatic Colors of #CE8A1F
Black with #CE8A1F
Text Example
Text Example
White with #CE8A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8A1F; }
p { color: rgb(206,138,31); }
H1.HeaderClassName
{
color: #CE8A1F;
}
.AnyTagClassName
{
color: #CE8A1F;
}
</style>
background-color css
<style>
a { background-color: #CE8A1F; }
a { background-color: rgb(206,138,31); }
div.DivClassName
{
background-color: #CE8A1F;
}
.BgClassName
{
background-color: #CE8A1F;
}
</style>
border-color css
<style>
span { border-color: #CE8A1F; }
span { border-color: rgb(206,138,31); }
td.TdClassName
{
border-color: #CE8A1F;
}
.TagClassName
{
border-color: #CE8A1F;
}
</style>