Shades of Gorse #FFEE34
Tints of Gorse #FFEE34
RGB
CMYK
RGB Variations
Color information
#FFEE34 (or 0xFFEE34) is known color: Gorse. HEX triplet: FF, EE and 34. RGB value is (255,238,52). Sum of RGB (Red+Green+Blue) = 255+238+52=545 (72% of max value = 765). Red value is 255 (100% from 255 or 46.79% from 545); Green value is 238 (93.36% from 255 or 43.67% from 545); Blue value is 52 (20.70% from 255 or 9.54% from 545); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEE34 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEE34 is #0011CB. Grayscale: #DEDEDE. Windows color (decimal): -4556 or 3469055. OLE color: 3469055.
HSL color Cylindrical-coordinate representation of color #FFEE34: hue angle of 54.98º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FFEE34 is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 52 | - |
| CMYK | 0 | 0.07 | 0.80 | 0 |
| HSL | 54.98º | 1% | 0.6% | - |
| HSV(B) | 54.98º | 0.8% | 1% | - |
| XYZ | 72.43 | 82.66 | 15.39 | - |
| YUV | 221.88 | 32.13 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 52 | 0 | 0.07 | 0.80 | 0 | 54.98 | 1 | 0.6 |
| Hex | FF | EE | 34 | 0 | 7 | 50 | 0 | 37 | 64 | 3C |
| Octal | 377 | 356 | 64 | 0 | 7 | 120 | 0 | 67 | 144 | 74 |
| Binary | 11111111 | 11101110 | 110100 | 0 | 111 | 1010000 | 0 | 110111 | 1100100 | 111100 |
Color Harmonies of #FFEE34
Complementary color
Monochromatic Colors of #FFEE34
Black with #FFEE34
Text Example
Text Example
White with #FFEE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEE34; }
p { color: rgb(255,238,52); }
H1.HeaderClassName
{
color: #FFEE34;
}
.AnyTagClassName
{
color: #FFEE34;
}
</style>
background-color css
<style>
a { background-color: #FFEE34; }
a { background-color: rgb(255,238,52); }
div.DivClassName
{
background-color: #FFEE34;
}
.BgClassName
{
background-color: #FFEE34;
}
</style>
border-color css
<style>
span { border-color: #FFEE34; }
span { border-color: rgb(255,238,52); }
td.TdClassName
{
border-color: #FFEE34;
}
.TagClassName
{
border-color: #FFEE34;
}
</style>