Shades of Gorse #FFE93D
Tints of Gorse #FFE93D
RGB
CMYK
RGB Variations
Color information
#FFE93D (or 0xFFE93D) is known color: Gorse. HEX triplet: FF, E9 and 3D. RGB value is (255,233,61). Sum of RGB (Red+Green+Blue) = 255+233+61=549 (72% of max value = 765). Red value is 255 (100% from 255 or 46.45% from 549); Green value is 233 (91.41% from 255 or 42.44% from 549); Blue value is 61 (24.22% from 255 or 11.11% from 549); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE93D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFE93D is #0016C2. Grayscale: #DCDCDC. Windows color (decimal): -5827 or 4057599. OLE color: 4057599.
HSL color Cylindrical-coordinate representation of color #FFE93D: hue angle of 53.2º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FFE93D is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 233 | 61 | - |
| CMYK | 0 | 0.09 | 0.76 | 0 |
| HSL | 53.2º | 1% | 0.62% | - |
| HSV(B) | 53.2º | 0.76% | 1% | - |
| XYZ | 71.22 | 79.87 | 16.08 | - |
| YUV | 219.97 | 38.29 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 233 | 61 | 0 | 0.09 | 0.76 | 0 | 53.2 | 1 | 0.62 |
| Hex | FF | E9 | 3D | 0 | 9 | 4C | 0 | 35 | 64 | 3E |
| Octal | 377 | 351 | 75 | 0 | 11 | 114 | 0 | 65 | 144 | 76 |
| Binary | 11111111 | 11101001 | 111101 | 0 | 1001 | 1001100 | 0 | 110101 | 1100100 | 111110 |
Color Harmonies of #FFE93D
Complementary color
Monochromatic Colors of #FFE93D
Black with #FFE93D
Text Example
Text Example
White with #FFE93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE93D; }
p { color: rgb(255,233,61); }
H1.HeaderClassName
{
color: #FFE93D;
}
.AnyTagClassName
{
color: #FFE93D;
}
</style>
background-color css
<style>
a { background-color: #FFE93D; }
a { background-color: rgb(255,233,61); }
div.DivClassName
{
background-color: #FFE93D;
}
.BgClassName
{
background-color: #FFE93D;
}
</style>
border-color css
<style>
span { border-color: #FFE93D; }
span { border-color: rgb(255,233,61); }
td.TdClassName
{
border-color: #FFE93D;
}
.TagClassName
{
border-color: #FFE93D;
}
</style>