Shades of Golden Yellow #FFEE01
Tints of Golden Yellow #FFEE01
RGB
CMYK
RGB Variations
Color information
#FFEE01 (or 0xFFEE01) is known color: Golden Yellow. HEX triplet: FF, EE and 01. RGB value is (255,238,1). Sum of RGB (Red+Green+Blue) = 255+238+1=494 (65% of max value = 765). Red value is 255 (100% from 255 or 51.62% from 494); Green value is 238 (93.36% from 255 or 48.18% from 494); Blue value is 1 (0.78% from 255 or 0.20% from 494); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEE01 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFEE01 is #0011FE. Grayscale: #D9D9D9. Windows color (decimal): -4607 or 126719. OLE color: 126719.
HSL color Cylindrical-coordinate representation of color #FFEE01: hue angle of 55.98º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FFEE01 is Cyan = 0, Magento = 0.07, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 1 | - |
| CMYK | 0 | 0.07 | 1.00 | 0 |
| HSL | 55.98º | 1% | 0.5% | - |
| HSV(B) | 55.98º | 1% | 1% | - |
| XYZ | 71.82 | 82.41 | 12.15 | - |
| YUV | 216.07 | 6.63 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 1 | 0 | 0.07 | 1.00 | 0 | 55.98 | 1 | 0.5 |
| Hex | FF | EE | 1 | 0 | 7 | 64 | 0 | 38 | 64 | 32 |
| Octal | 377 | 356 | 1 | 0 | 7 | 144 | 0 | 70 | 144 | 62 |
| Binary | 11111111 | 11101110 | 1 | 0 | 111 | 1100100 | 0 | 111000 | 1100100 | 110010 |
Color Harmonies of #FFEE01
Complementary color
Monochromatic Colors of #FFEE01
Black with #FFEE01
Text Example
Text Example
White with #FFEE01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEE01; }
p { color: rgb(255,238,1); }
H1.HeaderClassName
{
color: #FFEE01;
}
.AnyTagClassName
{
color: #FFEE01;
}
</style>
background-color css
<style>
a { background-color: #FFEE01; }
a { background-color: rgb(255,238,1); }
div.DivClassName
{
background-color: #FFEE01;
}
.BgClassName
{
background-color: #FFEE01;
}
</style>
border-color css
<style>
span { border-color: #FFEE01; }
span { border-color: rgb(255,238,1); }
td.TdClassName
{
border-color: #FFEE01;
}
.TagClassName
{
border-color: #FFEE01;
}
</style>