Shades of Sunflower #E2CD10
Tints of Sunflower #E2CD10
RGB
CMYK
RGB Variations
Color information
#E2CD10 (or 0xE2CD10) is known color: Sunflower. HEX triplet: E2, CD and 10. RGB value is (226,205,16). Sum of RGB (Red+Green+Blue) = 226+205+16=447 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.56% from 447); Green value is 205 (80.47% from 255 or 45.86% from 447); Blue value is 16 (6.64% from 255 or 3.58% from 447); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CD10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2CD10 is #1D32EF. Grayscale: #BEBEBE. Windows color (decimal): -1913584 or 1101282. OLE color: 1101282.
HSL color Cylindrical-coordinate representation of color #E2CD10: hue angle of 54º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E2CD10 is Cyan = 0, Magento = 0.09, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 205 | 16 | - |
| CMYK | 0 | 0.09 | 0.93 | 0.11 |
| HSL | 54º | 0.87% | 0.47% | - |
| HSV(B) | 54º | 0.93% | 0.89% | - |
| XYZ | 53.29 | 59.87 | 9.24 | - |
| YUV | 189.73 | 29.96 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 205 | 16 | 0 | 0.09 | 0.93 | 0.11 | 54 | 0.87 | 0.47 |
| Hex | E2 | CD | 10 | 0 | 9 | 5D | B | 36 | 57 | 2F |
| Octal | 342 | 315 | 20 | 0 | 11 | 135 | 13 | 66 | 127 | 57 |
| Binary | 11100010 | 11001101 | 10000 | 0 | 1001 | 1011101 | 1011 | 110110 | 1010111 | 101111 |
Color Harmonies of #E2CD10
Complementary color
Monochromatic Colors of #E2CD10
Black with #E2CD10
Text Example
Text Example
White with #E2CD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CD10; }
p { color: rgb(226,205,16); }
H1.HeaderClassName
{
color: #E2CD10;
}
.AnyTagClassName
{
color: #E2CD10;
}
</style>
background-color css
<style>
a { background-color: #E2CD10; }
a { background-color: rgb(226,205,16); }
div.DivClassName
{
background-color: #E2CD10;
}
.BgClassName
{
background-color: #E2CD10;
}
</style>
border-color css
<style>
span { border-color: #E2CD10; }
span { border-color: rgb(226,205,16); }
td.TdClassName
{
border-color: #E2CD10;
}
.TagClassName
{
border-color: #E2CD10;
}
</style>