Shades of Golden Yellow #EEE304
Tints of Golden Yellow #EEE304
RGB
CMYK
RGB Variations
Color information
#EEE304 (or 0xEEE304) is known color: Golden Yellow. HEX triplet: EE, E3 and 04. RGB value is (238,227,4). Sum of RGB (Red+Green+Blue) = 238+227+4=469 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.75% from 469); Green value is 227 (89.06% from 255 or 48.40% from 469); Blue value is 4 (1.95% from 255 or 0.85% from 469); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE304 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEE304 is #111CFB. Grayscale: #CDCDCD. Windows color (decimal): -1121532 or 320494. OLE color: 320494.
HSL color Cylindrical-coordinate representation of color #EEE304: hue angle of 57.18º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EEE304 is Cyan = 0, Magento = 0.05, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 227 | 4 | - |
| CMYK | 0 | 0.05 | 0.98 | 0.07 |
| HSL | 57.18º | 0.97% | 0.47% | - |
| HSV(B) | 57.18º | 0.98% | 0.93% | - |
| XYZ | 62.75 | 73.12 | 10.92 | - |
| YUV | 204.87 | 14.64 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 227 | 4 | 0 | 0.05 | 0.98 | 0.07 | 57.18 | 0.97 | 0.47 |
| Hex | EE | E3 | 4 | 0 | 5 | 62 | 7 | 39 | 61 | 2F |
| Octal | 356 | 343 | 4 | 0 | 5 | 142 | 7 | 71 | 141 | 57 |
| Binary | 11101110 | 11100011 | 100 | 0 | 101 | 1100010 | 111 | 111001 | 1100001 | 101111 |
Color Harmonies of #EEE304
Complementary color
Monochromatic Colors of #EEE304
Black with #EEE304
Text Example
Text Example
White with #EEE304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE304; }
p { color: rgb(238,227,4); }
H1.HeaderClassName
{
color: #EEE304;
}
.AnyTagClassName
{
color: #EEE304;
}
</style>
background-color css
<style>
a { background-color: #EEE304; }
a { background-color: rgb(238,227,4); }
div.DivClassName
{
background-color: #EEE304;
}
.BgClassName
{
background-color: #EEE304;
}
</style>
border-color css
<style>
span { border-color: #EEE304; }
span { border-color: rgb(238,227,4); }
td.TdClassName
{
border-color: #EEE304;
}
.TagClassName
{
border-color: #EEE304;
}
</style>