Shades of Sunflower #E5CF0A
Tints of Sunflower #E5CF0A
RGB
CMYK
RGB Variations
Color information
#E5CF0A (or 0xE5CF0A) is known color: Sunflower. HEX triplet: E5, CF and 0A. RGB value is (229,207,10). Sum of RGB (Red+Green+Blue) = 229+207+10=446 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.35% from 446); Green value is 207 (81.25% from 255 or 46.41% from 446); Blue value is 10 (4.30% from 255 or 2.24% from 446); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CF0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5CF0A is #1A30F5. Grayscale: #BFBFBF. Windows color (decimal): -1716470 or 708581. OLE color: 708581.
HSL color Cylindrical-coordinate representation of color #E5CF0A: hue angle of 53.97º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E5CF0A is Cyan = 0, Magento = 0.10, Yellow = 0.96 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 207 | 10 | - |
| CMYK | 0 | 0.10 | 0.96 | 0.10 |
| HSL | 53.97º | 0.92% | 0.47% | - |
| HSV(B) | 53.97º | 0.96% | 0.9% | - |
| XYZ | 54.68 | 61.31 | 9.24 | - |
| YUV | 191.12 | 25.79 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 207 | 10 | 0 | 0.10 | 0.96 | 0.10 | 53.97 | 0.92 | 0.47 |
| Hex | E5 | CF | A | 0 | A | 60 | A | 36 | 5C | 2F |
| Octal | 345 | 317 | 12 | 0 | 12 | 140 | 12 | 66 | 134 | 57 |
| Binary | 11100101 | 11001111 | 1010 | 0 | 1010 | 1100000 | 1010 | 110110 | 1011100 | 101111 |
Color Harmonies of #E5CF0A
Complementary color
Monochromatic Colors of #E5CF0A
Black with #E5CF0A
Text Example
Text Example
White with #E5CF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CF0A; }
p { color: rgb(229,207,10); }
H1.HeaderClassName
{
color: #E5CF0A;
}
.AnyTagClassName
{
color: #E5CF0A;
}
</style>
background-color css
<style>
a { background-color: #E5CF0A; }
a { background-color: rgb(229,207,10); }
div.DivClassName
{
background-color: #E5CF0A;
}
.BgClassName
{
background-color: #E5CF0A;
}
</style>
border-color css
<style>
span { border-color: #E5CF0A; }
span { border-color: rgb(229,207,10); }
td.TdClassName
{
border-color: #E5CF0A;
}
.TagClassName
{
border-color: #E5CF0A;
}
</style>