Shades of Sunflower #E5C71B
Tints of Sunflower #E5C71B
RGB
CMYK
RGB Variations
Color information
#E5C71B (or 0xE5C71B) is known color: Sunflower. HEX triplet: E5, C7 and 1B. RGB value is (229,199,27). Sum of RGB (Red+Green+Blue) = 229+199+27=455 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.33% from 455); Green value is 199 (78.12% from 255 or 43.74% from 455); Blue value is 27 (10.94% from 255 or 5.93% from 455); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C71B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5C71B is #1A38E4. Grayscale: #BDBDBD. Windows color (decimal): -1718501 or 1820645. OLE color: 1820645.
HSL color Cylindrical-coordinate representation of color #E5C71B: hue angle of 51.09º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E5C71B is Cyan = 0, Magento = 0.13, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 199 | 27 | - |
| CMYK | 0 | 0.13 | 0.88 | 0.10 |
| HSL | 51.09º | 0.8% | 0.5% | - |
| HSV(B) | 51.09º | 0.88% | 0.9% | - |
| XYZ | 52.93 | 57.58 | 9.36 | - |
| YUV | 188.36 | 36.94 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 199 | 27 | 0 | 0.13 | 0.88 | 0.10 | 51.09 | 0.8 | 0.5 |
| Hex | E5 | C7 | 1B | 0 | D | 58 | A | 33 | 50 | 32 |
| Octal | 345 | 307 | 33 | 0 | 15 | 130 | 12 | 63 | 120 | 62 |
| Binary | 11100101 | 11000111 | 11011 | 0 | 1101 | 1011000 | 1010 | 110011 | 1010000 | 110010 |
Color Harmonies of #E5C71B
Complementary color
Monochromatic Colors of #E5C71B
Black with #E5C71B
Text Example
Text Example
White with #E5C71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C71B; }
p { color: rgb(229,199,27); }
H1.HeaderClassName
{
color: #E5C71B;
}
.AnyTagClassName
{
color: #E5C71B;
}
</style>
background-color css
<style>
a { background-color: #E5C71B; }
a { background-color: rgb(229,199,27); }
div.DivClassName
{
background-color: #E5C71B;
}
.BgClassName
{
background-color: #E5C71B;
}
</style>
border-color css
<style>
span { border-color: #E5C71B; }
span { border-color: rgb(229,199,27); }
td.TdClassName
{
border-color: #E5C71B;
}
.TagClassName
{
border-color: #E5C71B;
}
</style>