Shades of Gorse #FFEE3D
Tints of Gorse #FFEE3D
RGB
CMYK
RGB Variations
Color information
#FFEE3D (or 0xFFEE3D) is known color: Gorse. HEX triplet: FF, EE and 3D. RGB value is (255,238,61). Sum of RGB (Red+Green+Blue) = 255+238+61=554 (73% of max value = 765). Red value is 255 (100% from 255 or 46.03% from 554); Green value is 238 (93.36% from 255 or 42.96% from 554); Blue value is 61 (24.22% from 255 or 11.01% from 554); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEE3D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEE3D is #0011C2. Grayscale: #DFDFDF. Windows color (decimal): -4547 or 4058879. OLE color: 4058879.
HSL color Cylindrical-coordinate representation of color #FFEE3D: hue angle of 54.74º 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 #FFEE3D is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 61 | - |
| CMYK | 0 | 0.07 | 0.76 | 0 |
| HSL | 54.74º | 1% | 0.62% | - |
| HSV(B) | 54.74º | 0.76% | 1% | - |
| XYZ | 72.66 | 82.75 | 16.56 | - |
| YUV | 222.91 | 36.63 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 61 | 0 | 0.07 | 0.76 | 0 | 54.74 | 1 | 0.62 |
| Hex | FF | EE | 3D | 0 | 7 | 4C | 0 | 37 | 64 | 3E |
| Octal | 377 | 356 | 75 | 0 | 7 | 114 | 0 | 67 | 144 | 76 |
| Binary | 11111111 | 11101110 | 111101 | 0 | 111 | 1001100 | 0 | 110111 | 1100100 | 111110 |
Color Harmonies of #FFEE3D
Complementary color
Monochromatic Colors of #FFEE3D
Black with #FFEE3D
Text Example
Text Example
White with #FFEE3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEE3D; }
p { color: rgb(255,238,61); }
H1.HeaderClassName
{
color: #FFEE3D;
}
.AnyTagClassName
{
color: #FFEE3D;
}
</style>
background-color css
<style>
a { background-color: #FFEE3D; }
a { background-color: rgb(255,238,61); }
div.DivClassName
{
background-color: #FFEE3D;
}
.BgClassName
{
background-color: #FFEE3D;
}
</style>
border-color css
<style>
span { border-color: #FFEE3D; }
span { border-color: rgb(255,238,61); }
td.TdClassName
{
border-color: #FFEE3D;
}
.TagClassName
{
border-color: #FFEE3D;
}
</style>