Shades of Golden Yellow #EEE003
Tints of Golden Yellow #EEE003
RGB
CMYK
RGB Variations
Color information
#EEE003 (or 0xEEE003) is known color: Golden Yellow. HEX triplet: EE, E0 and 03. RGB value is (238,224,3). Sum of RGB (Red+Green+Blue) = 238+224+3=465 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.18% from 465); Green value is 224 (87.89% from 255 or 48.17% from 465); Blue value is 3 (1.56% from 255 or 0.65% from 465); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE003 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEE003 is #111FFC. Grayscale: #CBCBCB. Windows color (decimal): -1122301 or 254190. OLE color: 254190.
HSL color Cylindrical-coordinate representation of color #EEE003: hue angle of 56.43º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EEE003 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 224 | 3 | - |
| CMYK | 0 | 0.06 | 0.99 | 0.07 |
| HSL | 56.43º | 0.98% | 0.47% | - |
| HSV(B) | 56.43º | 0.99% | 0.93% | - |
| XYZ | 61.93 | 71.5 | 10.62 | - |
| YUV | 202.99 | 15.14 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 224 | 3 | 0 | 0.06 | 0.99 | 0.07 | 56.43 | 0.98 | 0.47 |
| Hex | EE | E0 | 3 | 0 | 6 | 63 | 7 | 38 | 62 | 2F |
| Octal | 356 | 340 | 3 | 0 | 6 | 143 | 7 | 70 | 142 | 57 |
| Binary | 11101110 | 11100000 | 11 | 0 | 110 | 1100011 | 111 | 111000 | 1100010 | 101111 |
Color Harmonies of #EEE003
Complementary color
Monochromatic Colors of #EEE003
Black with #EEE003
Text Example
Text Example
White with #EEE003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE003; }
p { color: rgb(238,224,3); }
H1.HeaderClassName
{
color: #EEE003;
}
.AnyTagClassName
{
color: #EEE003;
}
</style>
background-color css
<style>
a { background-color: #EEE003; }
a { background-color: rgb(238,224,3); }
div.DivClassName
{
background-color: #EEE003;
}
.BgClassName
{
background-color: #EEE003;
}
</style>
border-color css
<style>
span { border-color: #EEE003; }
span { border-color: rgb(238,224,3); }
td.TdClassName
{
border-color: #EEE003;
}
.TagClassName
{
border-color: #EEE003;
}
</style>