Shades of Golden Yellow #FFEE00
Tints of Golden Yellow #FFEE00
RGB
CMYK
RGB Variations
Color information
#FFEE00 (or 0xFFEE00) is known color: Golden Yellow. HEX triplet: FF, EE and 00. RGB value is (255,238,0). Sum of RGB (Red+Green+Blue) = 255+238+0=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 238 (93.36% from 255 or 48.28% from 493); Blue value is 0 (0.39% from 255 or 0% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEE00 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFEE00 is #0011FF. Grayscale: #D8D8D8. Windows color (decimal): -4608 or 61183. OLE color: 61183.
HSL color Cylindrical-coordinate representation of color #FFEE00: hue angle of 56º 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 #FFEE00 is Cyan = 0, Magento = 0.07, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 0 | - |
| CMYK | 0 | 0.07 | 1 | 0 |
| HSL | 56º | 1% | 0.5% | - |
| HSV(B) | 56º | 1% | 1% | - |
| XYZ | 71.81 | 82.41 | 12.12 | - |
| YUV | 215.95 | 6.13 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 0 | 0 | 0.07 | 1 | 0 | 56 | 1 | 0.5 |
| Hex | FF | EE | 0 | 0 | 7 | 64 | 0 | 38 | 64 | 32 |
| Octal | 377 | 356 | 0 | 0 | 7 | 144 | 0 | 70 | 144 | 62 |
| Binary | 11111111 | 11101110 | 0 | 0 | 111 | 1100100 | 0 | 111000 | 1100100 | 110010 |
Color Harmonies of #FFEE00
Complementary color
Monochromatic Colors of #FFEE00
Black with #FFEE00
Text Example
Text Example
White with #FFEE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEE00; }
p { color: rgb(255,238,0); }
H1.HeaderClassName
{
color: #FFEE00;
}
.AnyTagClassName
{
color: #FFEE00;
}
</style>
background-color css
<style>
a { background-color: #FFEE00; }
a { background-color: rgb(255,238,0); }
div.DivClassName
{
background-color: #FFEE00;
}
.BgClassName
{
background-color: #FFEE00;
}
</style>
border-color css
<style>
span { border-color: #FFEE00; }
span { border-color: rgb(255,238,0); }
td.TdClassName
{
border-color: #FFEE00;
}
.TagClassName
{
border-color: #FFEE00;
}
</style>