Shades of Buddha Gold #CE981A
Tints of Buddha Gold #CE981A
RGB
CMYK
RGB Variations
Color information
#CE981A (or 0xCE981A) is known color: Buddha Gold. HEX triplet: CE, 98 and 1A. RGB value is (206,152,26). Sum of RGB (Red+Green+Blue) = 206+152+26=384 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.65% from 384); Green value is 152 (59.77% from 255 or 39.58% from 384); Blue value is 26 (10.55% from 255 or 6.77% from 384); Max value from RGB is 206 - color contains mainly: red. Hex color #CE981A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE981A is #3167E5. Grayscale: #9A9A9A. Windows color (decimal): -3237862 or 1743054. OLE color: 1743054.
HSL color Cylindrical-coordinate representation of color #CE981A: hue angle of 42º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CE981A is Cyan = 0, Magento = 0.26, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 152 | 26 | - |
| CMYK | 0 | 0.26 | 0.87 | 0.19 |
| HSL | 42º | 0.78% | 0.45% | - |
| HSV(B) | 42º | 0.87% | 0.81% | - |
| XYZ | 36.87 | 35.65 | 5.92 | - |
| YUV | 153.78 | 55.89 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 152 | 26 | 0 | 0.26 | 0.87 | 0.19 | 42 | 0.78 | 0.45 |
| Hex | CE | 98 | 1A | 0 | 1A | 57 | 13 | 2A | 4E | 2D |
| Octal | 316 | 230 | 32 | 0 | 32 | 127 | 23 | 52 | 116 | 55 |
| Binary | 11001110 | 10011000 | 11010 | 0 | 11010 | 1010111 | 10011 | 101010 | 1001110 | 101101 |
Color Harmonies of #CE981A
Complementary color
Monochromatic Colors of #CE981A
Black with #CE981A
Text Example
Text Example
White with #CE981A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE981A; }
p { color: rgb(206,152,26); }
H1.HeaderClassName
{
color: #CE981A;
}
.AnyTagClassName
{
color: #CE981A;
}
</style>
background-color css
<style>
a { background-color: #CE981A; }
a { background-color: rgb(206,152,26); }
div.DivClassName
{
background-color: #CE981A;
}
.BgClassName
{
background-color: #CE981A;
}
</style>
border-color css
<style>
span { border-color: #CE981A; }
span { border-color: rgb(206,152,26); }
td.TdClassName
{
border-color: #CE981A;
}
.TagClassName
{
border-color: #CE981A;
}
</style>