Shades of Dandelion #FFE065
Tints of Dandelion #FFE065
RGB
CMYK
RGB Variations
Color information
#FFE065 (or 0xFFE065) is known color: Dandelion. HEX triplet: FF, E0 and 65. RGB value is (255,224,101). Sum of RGB (Red+Green+Blue) = 255+224+101=580 (76% of max value = 765). Red value is 255 (100% from 255 or 43.97% from 580); Green value is 224 (87.89% from 255 or 38.62% from 580); Blue value is 101 (39.84% from 255 or 17.41% from 580); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE065 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE065 is #001F9A. Grayscale: #DBDBDB. Windows color (decimal): -8091 or 6676735. OLE color: 6676735.
HSL color Cylindrical-coordinate representation of color #FFE065: hue angle of 47.92º 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 #FFE065 is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 224 | 101 | - |
| CMYK | 0 | 0.12 | 0.60 | 0 |
| HSL | 47.92º | 1% | 0.7% | - |
| HSV(B) | 47.92º | 0.6% | 1% | - |
| XYZ | 70.24 | 75.51 | 23.18 | - |
| YUV | 219.25 | 61.27 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 224 | 101 | 0 | 0.12 | 0.60 | 0 | 47.92 | 1 | 0.7 |
| Hex | FF | E0 | 65 | 0 | C | 3C | 0 | 30 | 64 | 46 |
| Octal | 377 | 340 | 145 | 0 | 14 | 74 | 0 | 60 | 144 | 106 |
| Binary | 11111111 | 11100000 | 1100101 | 0 | 1100 | 111100 | 0 | 110000 | 1100100 | 1000110 |
Color Harmonies of #FFE065
Complementary color
Monochromatic Colors of #FFE065
Black with #FFE065
Text Example
Text Example
White with #FFE065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE065; }
p { color: rgb(255,224,101); }
H1.HeaderClassName
{
color: #FFE065;
}
.AnyTagClassName
{
color: #FFE065;
}
</style>
background-color css
<style>
a { background-color: #FFE065; }
a { background-color: rgb(255,224,101); }
div.DivClassName
{
background-color: #FFE065;
}
.BgClassName
{
background-color: #FFE065;
}
</style>
border-color css
<style>
span { border-color: #FFE065; }
span { border-color: rgb(255,224,101); }
td.TdClassName
{
border-color: #FFE065;
}
.TagClassName
{
border-color: #FFE065;
}
</style>