Shades of Gorse #FEEE28
Tints of Gorse #FEEE28
RGB
CMYK
RGB Variations
Color information
#FEEE28 (or 0xFEEE28) is known color: Gorse. HEX triplet: FE, EE and 28. RGB value is (254,238,40). Sum of RGB (Red+Green+Blue) = 254+238+40=532 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.74% from 532); Green value is 238 (93.36% from 255 or 44.74% from 532); Blue value is 40 (16.02% from 255 or 7.52% from 532); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEE28 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEEE28 is #0111D7. Grayscale: #DDDDDD. Windows color (decimal): -70104 or 2682622. OLE color: 2682622.
HSL color Cylindrical-coordinate representation of color #FEEE28: hue angle of 55.51º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FEEE28 is Cyan = 0, Magento = 0.06, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 238 | 40 | - |
| CMYK | 0 | 0.06 | 0.84 | 0.00 |
| HSL | 55.51º | 0.99% | 0.58% | - |
| HSV(B) | 55.51º | 0.84% | 1% | - |
| XYZ | 71.83 | 82.37 | 14.12 | - |
| YUV | 220.21 | 26.3 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 238 | 40 | 0 | 0.06 | 0.84 | 0.00 | 55.51 | 0.99 | 0.58 |
| Hex | FE | EE | 28 | 0 | 6 | 54 | 0 | 38 | 63 | 3A |
| Octal | 376 | 356 | 50 | 0 | 6 | 124 | 0 | 70 | 143 | 72 |
| Binary | 11111110 | 11101110 | 101000 | 0 | 110 | 1010100 | 0 | 111000 | 1100011 | 111010 |
Color Harmonies of #FEEE28
Complementary color
Monochromatic Colors of #FEEE28
Black with #FEEE28
Text Example
Text Example
White with #FEEE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEE28; }
p { color: rgb(254,238,40); }
H1.HeaderClassName
{
color: #FEEE28;
}
.AnyTagClassName
{
color: #FEEE28;
}
</style>
background-color css
<style>
a { background-color: #FEEE28; }
a { background-color: rgb(254,238,40); }
div.DivClassName
{
background-color: #FEEE28;
}
.BgClassName
{
background-color: #FEEE28;
}
</style>
border-color css
<style>
span { border-color: #FEEE28; }
span { border-color: rgb(254,238,40); }
td.TdClassName
{
border-color: #FEEE28;
}
.TagClassName
{
border-color: #FEEE28;
}
</style>