Shades of Gorse #FEEA27
Tints of Gorse #FEEA27
RGB
CMYK
RGB Variations
Color information
#FEEA27 (or 0xFEEA27) is known color: Gorse. HEX triplet: FE, EA and 27. RGB value is (254,234,39). Sum of RGB (Red+Green+Blue) = 254+234+39=527 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.20% from 527); Green value is 234 (91.80% from 255 or 44.40% from 527); Blue value is 39 (15.62% from 255 or 7.40% from 527); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEA27 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEEA27 is #0115D8. Grayscale: #DADADA. Windows color (decimal): -71129 or 2616062. OLE color: 2616062.
HSL color Cylindrical-coordinate representation of color #FEEA27: hue angle of 54.42º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FEEA27 is Cyan = 0, Magento = 0.08, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 234 | 39 | - |
| CMYK | 0 | 0.08 | 0.85 | 0.00 |
| HSL | 54.42º | 0.99% | 0.57% | - |
| HSV(B) | 54.42º | 0.85% | 1% | - |
| XYZ | 70.66 | 80.06 | 13.65 | - |
| YUV | 217.75 | 27.13 | 153.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 234 | 39 | 0 | 0.08 | 0.85 | 0.00 | 54.42 | 0.99 | 0.57 |
| Hex | FE | EA | 27 | 0 | 8 | 55 | 0 | 36 | 63 | 39 |
| Octal | 376 | 352 | 47 | 0 | 10 | 125 | 0 | 66 | 143 | 71 |
| Binary | 11111110 | 11101010 | 100111 | 0 | 1000 | 1010101 | 0 | 110110 | 1100011 | 111001 |
Color Harmonies of #FEEA27
Complementary color
Monochromatic Colors of #FEEA27
Black with #FEEA27
Text Example
Text Example
White with #FEEA27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEA27; }
p { color: rgb(254,234,39); }
H1.HeaderClassName
{
color: #FEEA27;
}
.AnyTagClassName
{
color: #FEEA27;
}
</style>
background-color css
<style>
a { background-color: #FEEA27; }
a { background-color: rgb(254,234,39); }
div.DivClassName
{
background-color: #FEEA27;
}
.BgClassName
{
background-color: #FEEA27;
}
</style>
border-color css
<style>
span { border-color: #FEEA27; }
span { border-color: rgb(254,234,39); }
td.TdClassName
{
border-color: #FEEA27;
}
.TagClassName
{
border-color: #FEEA27;
}
</style>