Shades of Gorse #FEE93D
Tints of Gorse #FEE93D
RGB
CMYK
RGB Variations
Color information
#FEE93D (or 0xFEE93D) is known color: Gorse. HEX triplet: FE, E9 and 3D. RGB value is (254,233,61). Sum of RGB (Red+Green+Blue) = 254+233+61=548 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.35% from 548); Green value is 233 (91.41% from 255 or 42.52% from 548); Blue value is 61 (24.22% from 255 or 11.13% from 548); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE93D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEE93D is #0116C2. Grayscale: #DCDCDC. Windows color (decimal): -71363 or 4057598. OLE color: 4057598.
HSL color Cylindrical-coordinate representation of color #FEE93D: hue angle of 53.47º 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 #FEE93D is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 233 | 61 | - |
| CMYK | 0 | 0.08 | 0.76 | 0.00 |
| HSL | 53.47º | 0.99% | 0.62% | - |
| HSV(B) | 53.47º | 0.76% | 1% | - |
| XYZ | 70.85 | 79.69 | 16.06 | - |
| YUV | 219.67 | 38.46 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 233 | 61 | 0 | 0.08 | 0.76 | 0.00 | 53.47 | 0.99 | 0.62 |
| Hex | FE | E9 | 3D | 0 | 8 | 4C | 0 | 35 | 63 | 3E |
| Octal | 376 | 351 | 75 | 0 | 10 | 114 | 0 | 65 | 143 | 76 |
| Binary | 11111110 | 11101001 | 111101 | 0 | 1000 | 1001100 | 0 | 110101 | 1100011 | 111110 |
Color Harmonies of #FEE93D
Complementary color
Monochromatic Colors of #FEE93D
Black with #FEE93D
Text Example
Text Example
White with #FEE93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE93D; }
p { color: rgb(254,233,61); }
H1.HeaderClassName
{
color: #FEE93D;
}
.AnyTagClassName
{
color: #FEE93D;
}
</style>
background-color css
<style>
a { background-color: #FEE93D; }
a { background-color: rgb(254,233,61); }
div.DivClassName
{
background-color: #FEE93D;
}
.BgClassName
{
background-color: #FEE93D;
}
</style>
border-color css
<style>
span { border-color: #FEE93D; }
span { border-color: rgb(254,233,61); }
td.TdClassName
{
border-color: #FEE93D;
}
.TagClassName
{
border-color: #FEE93D;
}
</style>