Shades of Gold #E3CF02
Tints of Gold #E3CF02
RGB
CMYK
RGB Variations
Color information
#E3CF02 (or 0xE3CF02) is known color: Gold. HEX triplet: E3, CF and 02. RGB value is (227,207,2). Sum of RGB (Red+Green+Blue) = 227+207+2=436 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.06% from 436); Green value is 207 (81.25% from 255 or 47.48% from 436); Blue value is 2 (1.17% from 255 or 0.46% from 436); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CF02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E3CF02 is #1C30FD. Grayscale: #BEBEBE. Windows color (decimal): -1847550 or 184291. OLE color: 184291.
HSL color Cylindrical-coordinate representation of color #E3CF02: hue angle of 54.67º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E3CF02 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 207 | 2 | - |
| CMYK | 0 | 0.09 | 0.99 | 0.11 |
| HSL | 54.67º | 0.98% | 0.45% | - |
| HSV(B) | 54.67º | 0.99% | 0.89% | - |
| XYZ | 54 | 60.96 | 8.98 | - |
| YUV | 189.61 | 22.13 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 207 | 2 | 0 | 0.09 | 0.99 | 0.11 | 54.67 | 0.98 | 0.45 |
| Hex | E3 | CF | 2 | 0 | 9 | 63 | B | 37 | 62 | 2D |
| Octal | 343 | 317 | 2 | 0 | 11 | 143 | 13 | 67 | 142 | 55 |
| Binary | 11100011 | 11001111 | 10 | 0 | 1001 | 1100011 | 1011 | 110111 | 1100010 | 101101 |
Color Harmonies of #E3CF02
Complementary color
Monochromatic Colors of #E3CF02
Black with #E3CF02
Text Example
Text Example
White with #E3CF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CF02; }
p { color: rgb(227,207,2); }
H1.HeaderClassName
{
color: #E3CF02;
}
.AnyTagClassName
{
color: #E3CF02;
}
</style>
background-color css
<style>
a { background-color: #E3CF02; }
a { background-color: rgb(227,207,2); }
div.DivClassName
{
background-color: #E3CF02;
}
.BgClassName
{
background-color: #E3CF02;
}
</style>
border-color css
<style>
span { border-color: #E3CF02; }
span { border-color: rgb(227,207,2); }
td.TdClassName
{
border-color: #E3CF02;
}
.TagClassName
{
border-color: #E3CF02;
}
</style>