Shades of Gorse #FFE33D
Tints of Gorse #FFE33D
RGB
CMYK
RGB Variations
Color information
#FFE33D (or 0xFFE33D) is known color: Gorse. HEX triplet: FF, E3 and 3D. RGB value is (255,227,61). Sum of RGB (Red+Green+Blue) = 255+227+61=543 (71% of max value = 765). Red value is 255 (100% from 255 or 46.96% from 543); Green value is 227 (89.06% from 255 or 41.80% from 543); Blue value is 61 (24.22% from 255 or 11.23% from 543); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE33D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE33D is #001CC2. Grayscale: #D9D9D9. Windows color (decimal): -7363 or 4056063. OLE color: 4056063.
HSL color Cylindrical-coordinate representation of color #FFE33D: hue angle of 51.34º 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 #FFE33D is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 227 | 61 | - |
| CMYK | 0 | 0.11 | 0.76 | 0 |
| HSL | 51.34º | 1% | 0.62% | - |
| HSV(B) | 51.34º | 0.76% | 1% | - |
| XYZ | 69.55 | 76.54 | 15.52 | - |
| YUV | 216.45 | 40.28 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 227 | 61 | 0 | 0.11 | 0.76 | 0 | 51.34 | 1 | 0.62 |
| Hex | FF | E3 | 3D | 0 | B | 4C | 0 | 33 | 64 | 3E |
| Octal | 377 | 343 | 75 | 0 | 13 | 114 | 0 | 63 | 144 | 76 |
| Binary | 11111111 | 11100011 | 111101 | 0 | 1011 | 1001100 | 0 | 110011 | 1100100 | 111110 |
Color Harmonies of #FFE33D
Complementary color
Monochromatic Colors of #FFE33D
Black with #FFE33D
Text Example
Text Example
White with #FFE33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE33D; }
p { color: rgb(255,227,61); }
H1.HeaderClassName
{
color: #FFE33D;
}
.AnyTagClassName
{
color: #FFE33D;
}
</style>
background-color css
<style>
a { background-color: #FFE33D; }
a { background-color: rgb(255,227,61); }
div.DivClassName
{
background-color: #FFE33D;
}
.BgClassName
{
background-color: #FFE33D;
}
</style>
border-color css
<style>
span { border-color: #FFE33D; }
span { border-color: rgb(255,227,61); }
td.TdClassName
{
border-color: #FFE33D;
}
.TagClassName
{
border-color: #FFE33D;
}
</style>