Shades of Sunflower #E1D408
Tints of Sunflower #E1D408
RGB
CMYK
RGB Variations
Color information
#E1D408 (or 0xE1D408) is known color: Sunflower. HEX triplet: E1, D4 and 08. RGB value is (225,212,8). Sum of RGB (Red+Green+Blue) = 225+212+8=445 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.56% from 445); Green value is 212 (83.20% from 255 or 47.64% from 445); Blue value is 8 (3.52% from 255 or 1.80% from 445); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D408 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1D408 is #1E2BF7. Grayscale: #C1C1C1. Windows color (decimal): -1977336 or 578785. OLE color: 578785.
HSL color Cylindrical-coordinate representation of color #E1D408: hue angle of 56.41º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E1D408 is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 212 | 8 | - |
| CMYK | 0 | 0.06 | 0.96 | 0.12 |
| HSL | 56.41º | 0.93% | 0.46% | - |
| HSV(B) | 56.41º | 0.96% | 0.88% | - |
| XYZ | 54.64 | 63.11 | 9.53 | - |
| YUV | 192.63 | 23.81 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 212 | 8 | 0 | 0.06 | 0.96 | 0.12 | 56.41 | 0.93 | 0.46 |
| Hex | E1 | D4 | 8 | 0 | 6 | 60 | C | 38 | 5D | 2E |
| Octal | 341 | 324 | 10 | 0 | 6 | 140 | 14 | 70 | 135 | 56 |
| Binary | 11100001 | 11010100 | 1000 | 0 | 110 | 1100000 | 1100 | 111000 | 1011101 | 101110 |
Color Harmonies of #E1D408
Complementary color
Monochromatic Colors of #E1D408
Black with #E1D408
Text Example
Text Example
White with #E1D408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D408; }
p { color: rgb(225,212,8); }
H1.HeaderClassName
{
color: #E1D408;
}
.AnyTagClassName
{
color: #E1D408;
}
</style>
background-color css
<style>
a { background-color: #E1D408; }
a { background-color: rgb(225,212,8); }
div.DivClassName
{
background-color: #E1D408;
}
.BgClassName
{
background-color: #E1D408;
}
</style>
border-color css
<style>
span { border-color: #E1D408; }
span { border-color: rgb(225,212,8); }
td.TdClassName
{
border-color: #E1D408;
}
.TagClassName
{
border-color: #E1D408;
}
</style>