Shades of Golden Yellow #EEE105
Tints of Golden Yellow #EEE105
RGB
CMYK
RGB Variations
Color information
#EEE105 (or 0xEEE105) is known color: Golden Yellow. HEX triplet: EE, E1 and 05. RGB value is (238,225,5). Sum of RGB (Red+Green+Blue) = 238+225+5=468 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.85% from 468); Green value is 225 (88.28% from 255 or 48.08% from 468); Blue value is 5 (2.34% from 255 or 1.07% from 468); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE105 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEE105 is #111EFA. Grayscale: #CCCCCC. Windows color (decimal): -1122043 or 385518. OLE color: 385518.
HSL color Cylindrical-coordinate representation of color #EEE105: hue angle of 56.65º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EEE105 is Cyan = 0, Magento = 0.05, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 225 | 5 | - |
| CMYK | 0 | 0.05 | 0.98 | 0.07 |
| HSL | 56.65º | 0.96% | 0.48% | - |
| HSV(B) | 56.65º | 0.98% | 0.93% | - |
| XYZ | 62.21 | 72.04 | 10.77 | - |
| YUV | 203.81 | 15.81 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 225 | 5 | 0 | 0.05 | 0.98 | 0.07 | 56.65 | 0.96 | 0.48 |
| Hex | EE | E1 | 5 | 0 | 5 | 62 | 7 | 39 | 60 | 30 |
| Octal | 356 | 341 | 5 | 0 | 5 | 142 | 7 | 71 | 140 | 60 |
| Binary | 11101110 | 11100001 | 101 | 0 | 101 | 1100010 | 111 | 111001 | 1100000 | 110000 |
Color Harmonies of #EEE105
Complementary color
Monochromatic Colors of #EEE105
Black with #EEE105
Text Example
Text Example
White with #EEE105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE105; }
p { color: rgb(238,225,5); }
H1.HeaderClassName
{
color: #EEE105;
}
.AnyTagClassName
{
color: #EEE105;
}
</style>
background-color css
<style>
a { background-color: #EEE105; }
a { background-color: rgb(238,225,5); }
div.DivClassName
{
background-color: #EEE105;
}
.BgClassName
{
background-color: #EEE105;
}
</style>
border-color css
<style>
span { border-color: #EEE105; }
span { border-color: rgb(238,225,5); }
td.TdClassName
{
border-color: #EEE105;
}
.TagClassName
{
border-color: #EEE105;
}
</style>