Shades of Gorse #FFE634
Tints of Gorse #FFE634
RGB
CMYK
RGB Variations
Color information
#FFE634 (or 0xFFE634) is known color: Gorse. HEX triplet: FF, E6 and 34. RGB value is (255,230,52). Sum of RGB (Red+Green+Blue) = 255+230+52=537 (71% of max value = 765). Red value is 255 (100% from 255 or 47.49% from 537); Green value is 230 (90.23% from 255 or 42.83% from 537); Blue value is 52 (20.70% from 255 or 9.68% from 537); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE634 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFE634 is #0019CB. Grayscale: #D9D9D9. Windows color (decimal): -6604 or 3467007. OLE color: 3467007.
HSL color Cylindrical-coordinate representation of color #FFE634: hue angle of 52.61º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FFE634 is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 230 | 52 | - |
| CMYK | 0 | 0.10 | 0.80 | 0 |
| HSL | 52.61º | 1% | 0.6% | - |
| HSV(B) | 52.61º | 0.8% | 1% | - |
| XYZ | 70.16 | 78.1 | 14.63 | - |
| YUV | 217.18 | 34.78 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 230 | 52 | 0 | 0.10 | 0.80 | 0 | 52.61 | 1 | 0.6 |
| Hex | FF | E6 | 34 | 0 | A | 50 | 0 | 35 | 64 | 3C |
| Octal | 377 | 346 | 64 | 0 | 12 | 120 | 0 | 65 | 144 | 74 |
| Binary | 11111111 | 11100110 | 110100 | 0 | 1010 | 1010000 | 0 | 110101 | 1100100 | 111100 |
Color Harmonies of #FFE634
Complementary color
Monochromatic Colors of #FFE634
Black with #FFE634
Text Example
Text Example
White with #FFE634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE634; }
p { color: rgb(255,230,52); }
H1.HeaderClassName
{
color: #FFE634;
}
.AnyTagClassName
{
color: #FFE634;
}
</style>
background-color css
<style>
a { background-color: #FFE634; }
a { background-color: rgb(255,230,52); }
div.DivClassName
{
background-color: #FFE634;
}
.BgClassName
{
background-color: #FFE634;
}
</style>
border-color css
<style>
span { border-color: #FFE634; }
span { border-color: rgb(255,230,52); }
td.TdClassName
{
border-color: #FFE634;
}
.TagClassName
{
border-color: #FFE634;
}
</style>