Shades of Gorse #FEE23D
Tints of Gorse #FEE23D
RGB
CMYK
RGB Variations
Color information
#FEE23D (or 0xFEE23D) is known color: Gorse. HEX triplet: FE, E2 and 3D. RGB value is (254,226,61). Sum of RGB (Red+Green+Blue) = 254+226+61=541 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.95% from 541); Green value is 226 (88.67% from 255 or 41.77% from 541); Blue value is 61 (24.22% from 255 or 11.28% from 541); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE23D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE23D is #011DC2. Grayscale: #D8D8D8. Windows color (decimal): -73155 or 4055806. OLE color: 4055806.
HSL color Cylindrical-coordinate representation of color #FEE23D: hue angle of 51.3º 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 #FEE23D is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 226 | 61 | - |
| CMYK | 0 | 0.11 | 0.76 | 0.00 |
| HSL | 51.3º | 0.99% | 0.62% | - |
| HSV(B) | 51.3º | 0.76% | 1% | - |
| XYZ | 68.91 | 75.8 | 15.41 | - |
| YUV | 215.56 | 40.78 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 226 | 61 | 0 | 0.11 | 0.76 | 0.00 | 51.3 | 0.99 | 0.62 |
| Hex | FE | E2 | 3D | 0 | B | 4C | 0 | 33 | 63 | 3E |
| Octal | 376 | 342 | 75 | 0 | 13 | 114 | 0 | 63 | 143 | 76 |
| Binary | 11111110 | 11100010 | 111101 | 0 | 1011 | 1001100 | 0 | 110011 | 1100011 | 111110 |
Color Harmonies of #FEE23D
Complementary color
Monochromatic Colors of #FEE23D
Black with #FEE23D
Text Example
Text Example
White with #FEE23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE23D; }
p { color: rgb(254,226,61); }
H1.HeaderClassName
{
color: #FEE23D;
}
.AnyTagClassName
{
color: #FEE23D;
}
</style>
background-color css
<style>
a { background-color: #FEE23D; }
a { background-color: rgb(254,226,61); }
div.DivClassName
{
background-color: #FEE23D;
}
.BgClassName
{
background-color: #FEE23D;
}
</style>
border-color css
<style>
span { border-color: #FEE23D; }
span { border-color: rgb(254,226,61); }
td.TdClassName
{
border-color: #FEE23D;
}
.TagClassName
{
border-color: #FEE23D;
}
</style>