Shades of Gorse #FEE23C
Tints of Gorse #FEE23C
RGB
CMYK
RGB Variations
Color information
#FEE23C (or 0xFEE23C) is known color: Gorse. HEX triplet: FE, E2 and 3C. RGB value is (254,226,60). Sum of RGB (Red+Green+Blue) = 254+226+60=540 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.04% from 540); Green value is 226 (88.67% from 255 or 41.85% from 540); Blue value is 60 (23.83% from 255 or 11.11% from 540); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE23C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE23C is #011DC3. Grayscale: #D8D8D8. Windows color (decimal): -73156 or 3990270. OLE color: 3990270.
HSL color Cylindrical-coordinate representation of color #FEE23C: hue angle of 51.34º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FEE23C is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 226 | 60 | - |
| CMYK | 0 | 0.11 | 0.76 | 0.00 |
| HSL | 51.34º | 0.99% | 0.62% | - |
| HSV(B) | 51.34º | 0.76% | 1% | - |
| XYZ | 68.89 | 75.79 | 15.27 | - |
| YUV | 215.45 | 40.28 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 226 | 60 | 0 | 0.11 | 0.76 | 0.00 | 51.34 | 0.99 | 0.62 |
| Hex | FE | E2 | 3C | 0 | B | 4C | 0 | 33 | 63 | 3E |
| Octal | 376 | 342 | 74 | 0 | 13 | 114 | 0 | 63 | 143 | 76 |
| Binary | 11111110 | 11100010 | 111100 | 0 | 1011 | 1001100 | 0 | 110011 | 1100011 | 111110 |
Color Harmonies of #FEE23C
Complementary color
Monochromatic Colors of #FEE23C
Black with #FEE23C
Text Example
Text Example
White with #FEE23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE23C; }
p { color: rgb(254,226,60); }
H1.HeaderClassName
{
color: #FEE23C;
}
.AnyTagClassName
{
color: #FEE23C;
}
</style>
background-color css
<style>
a { background-color: #FEE23C; }
a { background-color: rgb(254,226,60); }
div.DivClassName
{
background-color: #FEE23C;
}
.BgClassName
{
background-color: #FEE23C;
}
</style>
border-color css
<style>
span { border-color: #FEE23C; }
span { border-color: rgb(254,226,60); }
td.TdClassName
{
border-color: #FEE23C;
}
.TagClassName
{
border-color: #FEE23C;
}
</style>