Shades of Dandelion #FFE161
Tints of Dandelion #FFE161
RGB
CMYK
RGB Variations
Color information
#FFE161 (or 0xFFE161) is known color: Dandelion. HEX triplet: FF, E1 and 61. RGB value is (255,225,97). Sum of RGB (Red+Green+Blue) = 255+225+97=577 (76% of max value = 765). Red value is 255 (100% from 255 or 44.19% from 577); Green value is 225 (88.28% from 255 or 38.99% from 577); Blue value is 97 (38.28% from 255 or 16.81% from 577); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE161 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE161 is #001E9E. Grayscale: #DBDBDB. Windows color (decimal): -7839 or 6414847. OLE color: 6414847.
HSL color Cylindrical-coordinate representation of color #FFE161: hue angle of 48.61º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FFE161 is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 225 | 97 | - |
| CMYK | 0 | 0.12 | 0.62 | 0 |
| HSL | 48.61º | 1% | 0.69% | - |
| HSV(B) | 48.61º | 0.62% | 1% | - |
| XYZ | 70.32 | 75.97 | 22.27 | - |
| YUV | 219.38 | 58.94 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 225 | 97 | 0 | 0.12 | 0.62 | 0 | 48.61 | 1 | 0.69 |
| Hex | FF | E1 | 61 | 0 | C | 3E | 0 | 31 | 64 | 45 |
| Octal | 377 | 341 | 141 | 0 | 14 | 76 | 0 | 61 | 144 | 105 |
| Binary | 11111111 | 11100001 | 1100001 | 0 | 1100 | 111110 | 0 | 110001 | 1100100 | 1000101 |
Color Harmonies of #FFE161
Complementary color
Monochromatic Colors of #FFE161
Black with #FFE161
Text Example
Text Example
White with #FFE161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE161; }
p { color: rgb(255,225,97); }
H1.HeaderClassName
{
color: #FFE161;
}
.AnyTagClassName
{
color: #FFE161;
}
</style>
background-color css
<style>
a { background-color: #FFE161; }
a { background-color: rgb(255,225,97); }
div.DivClassName
{
background-color: #FFE161;
}
.BgClassName
{
background-color: #FFE161;
}
</style>
border-color css
<style>
span { border-color: #FFE161; }
span { border-color: rgb(255,225,97); }
td.TdClassName
{
border-color: #FFE161;
}
.TagClassName
{
border-color: #FFE161;
}
</style>