Shades of Dandelion #FEE164
Tints of Dandelion #FEE164
RGB
CMYK
RGB Variations
Color information
#FEE164 (or 0xFEE164) is known color: Dandelion. HEX triplet: FE, E1 and 64. RGB value is (254,225,100). Sum of RGB (Red+Green+Blue) = 254+225+100=579 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.87% from 579); Green value is 225 (88.28% from 255 or 38.86% from 579); Blue value is 100 (39.45% from 255 or 17.27% from 579); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE164 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE164 is #011E9B. Grayscale: #DBDBDB. Windows color (decimal): -73372 or 6611454. OLE color: 6611454.
HSL color Cylindrical-coordinate representation of color #FEE164: hue angle of 48.7º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FEE164 is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 225 | 100 | - |
| CMYK | 0 | 0.11 | 0.61 | 0.00 |
| HSL | 48.7º | 0.99% | 0.69% | - |
| HSV(B) | 48.7º | 0.61% | 1% | - |
| XYZ | 70.1 | 75.84 | 23 | - |
| YUV | 219.42 | 60.61 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 225 | 100 | 0 | 0.11 | 0.61 | 0.00 | 48.7 | 0.99 | 0.69 |
| Hex | FE | E1 | 64 | 0 | B | 3D | 0 | 31 | 63 | 45 |
| Octal | 376 | 341 | 144 | 0 | 13 | 75 | 0 | 61 | 143 | 105 |
| Binary | 11111110 | 11100001 | 1100100 | 0 | 1011 | 111101 | 0 | 110001 | 1100011 | 1000101 |
Color Harmonies of #FEE164
Complementary color
Monochromatic Colors of #FEE164
Black with #FEE164
Text Example
Text Example
White with #FEE164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE164; }
p { color: rgb(254,225,100); }
H1.HeaderClassName
{
color: #FEE164;
}
.AnyTagClassName
{
color: #FEE164;
}
</style>
background-color css
<style>
a { background-color: #FEE164; }
a { background-color: rgb(254,225,100); }
div.DivClassName
{
background-color: #FEE164;
}
.BgClassName
{
background-color: #FEE164;
}
</style>
border-color css
<style>
span { border-color: #FEE164; }
span { border-color: rgb(254,225,100); }
td.TdClassName
{
border-color: #FEE164;
}
.TagClassName
{
border-color: #FEE164;
}
</style>