Shades of Dandelion #FFE165
Tints of Dandelion #FFE165
RGB
CMYK
RGB Variations
Color information
#FFE165 (or 0xFFE165) is known color: Dandelion. HEX triplet: FF, E1 and 65. RGB value is (255,225,101). Sum of RGB (Red+Green+Blue) = 255+225+101=581 (76% of max value = 765). Red value is 255 (100% from 255 or 43.89% from 581); Green value is 225 (88.28% from 255 or 38.73% from 581); Blue value is 101 (39.84% from 255 or 17.38% from 581); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE165 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE165 is #001E9A. Grayscale: #DCDCDC. Windows color (decimal): -7835 or 6676991. OLE color: 6676991.
HSL color Cylindrical-coordinate representation of color #FFE165: hue angle of 48.31º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FFE165 is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 225 | 101 | - |
| CMYK | 0 | 0.12 | 0.60 | 0 |
| HSL | 48.31º | 1% | 0.7% | - |
| HSV(B) | 48.31º | 0.6% | 1% | - |
| XYZ | 70.51 | 76.05 | 23.27 | - |
| YUV | 219.83 | 60.94 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 225 | 101 | 0 | 0.12 | 0.60 | 0 | 48.31 | 1 | 0.7 |
| Hex | FF | E1 | 65 | 0 | C | 3C | 0 | 30 | 64 | 46 |
| Octal | 377 | 341 | 145 | 0 | 14 | 74 | 0 | 60 | 144 | 106 |
| Binary | 11111111 | 11100001 | 1100101 | 0 | 1100 | 111100 | 0 | 110000 | 1100100 | 1000110 |
Color Harmonies of #FFE165
Complementary color
Monochromatic Colors of #FFE165
Black with #FFE165
Text Example
Text Example
White with #FFE165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE165; }
p { color: rgb(255,225,101); }
H1.HeaderClassName
{
color: #FFE165;
}
.AnyTagClassName
{
color: #FFE165;
}
</style>
background-color css
<style>
a { background-color: #FFE165; }
a { background-color: rgb(255,225,101); }
div.DivClassName
{
background-color: #FFE165;
}
.BgClassName
{
background-color: #FFE165;
}
</style>
border-color css
<style>
span { border-color: #FFE165; }
span { border-color: rgb(255,225,101); }
td.TdClassName
{
border-color: #FFE165;
}
.TagClassName
{
border-color: #FFE165;
}
</style>