Shades of Gorse #FFEE3F
Tints of Gorse #FFEE3F
RGB
CMYK
RGB Variations
Color information
#FFEE3F (or 0xFFEE3F) is known color: Gorse. HEX triplet: FF, EE and 3F. RGB value is (255,238,63). Sum of RGB (Red+Green+Blue) = 255+238+63=556 (73% of max value = 765). Red value is 255 (100% from 255 or 45.86% from 556); Green value is 238 (93.36% from 255 or 42.81% from 556); Blue value is 63 (25% from 255 or 11.33% from 556); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEE3F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEE3F is #0011C0. Grayscale: #DFDFDF. Windows color (decimal): -4545 or 4189951. OLE color: 4189951.
HSL color Cylindrical-coordinate representation of color #FFEE3F: hue angle of 54.69º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FFEE3F is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 63 | - |
| CMYK | 0 | 0.07 | 0.75 | 0 |
| HSL | 54.69º | 1% | 0.62% | - |
| HSV(B) | 54.69º | 0.75% | 1% | - |
| XYZ | 72.71 | 82.77 | 16.85 | - |
| YUV | 223.13 | 37.63 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 63 | 0 | 0.07 | 0.75 | 0 | 54.69 | 1 | 0.62 |
| Hex | FF | EE | 3F | 0 | 7 | 4B | 0 | 37 | 64 | 3E |
| Octal | 377 | 356 | 77 | 0 | 7 | 113 | 0 | 67 | 144 | 76 |
| Binary | 11111111 | 11101110 | 111111 | 0 | 111 | 1001011 | 0 | 110111 | 1100100 | 111110 |
Color Harmonies of #FFEE3F
Complementary color
Monochromatic Colors of #FFEE3F
Black with #FFEE3F
Text Example
Text Example
White with #FFEE3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEE3F; }
p { color: rgb(255,238,63); }
H1.HeaderClassName
{
color: #FFEE3F;
}
.AnyTagClassName
{
color: #FFEE3F;
}
</style>
background-color css
<style>
a { background-color: #FFEE3F; }
a { background-color: rgb(255,238,63); }
div.DivClassName
{
background-color: #FFEE3F;
}
.BgClassName
{
background-color: #FFEE3F;
}
</style>
border-color css
<style>
span { border-color: #FFEE3F; }
span { border-color: rgb(255,238,63); }
td.TdClassName
{
border-color: #FFEE3F;
}
.TagClassName
{
border-color: #FFEE3F;
}
</style>