Shades of Sunflower #E4CA1A
Tints of Sunflower #E4CA1A
RGB
CMYK
RGB Variations
Color information
#E4CA1A (or 0xE4CA1A) is known color: Sunflower. HEX triplet: E4, CA and 1A. RGB value is (228,202,26). Sum of RGB (Red+Green+Blue) = 228+202+26=456 (60% of max value = 765). Red value is 228 (89.45% from 255 or 50% from 456); Green value is 202 (79.30% from 255 or 44.30% from 456); Blue value is 26 (10.55% from 255 or 5.70% from 456); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CA1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E4CA1A is #1B35E5. Grayscale: #BEBEBE. Windows color (decimal): -1783270 or 1755876. OLE color: 1755876.
HSL color Cylindrical-coordinate representation of color #E4CA1A: hue angle of 52.28º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E4CA1A is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 202 | 26 | - |
| CMYK | 0 | 0.11 | 0.89 | 0.11 |
| HSL | 52.28º | 0.8% | 0.5% | - |
| HSV(B) | 52.28º | 0.89% | 0.89% | - |
| XYZ | 53.3 | 58.81 | 9.52 | - |
| YUV | 189.71 | 35.61 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 202 | 26 | 0 | 0.11 | 0.89 | 0.11 | 52.28 | 0.8 | 0.5 |
| Hex | E4 | CA | 1A | 0 | B | 59 | B | 34 | 50 | 32 |
| Octal | 344 | 312 | 32 | 0 | 13 | 131 | 13 | 64 | 120 | 62 |
| Binary | 11100100 | 11001010 | 11010 | 0 | 1011 | 1011001 | 1011 | 110100 | 1010000 | 110010 |
Color Harmonies of #E4CA1A
Complementary color
Monochromatic Colors of #E4CA1A
Black with #E4CA1A
Text Example
Text Example
White with #E4CA1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4CA1A; }
p { color: rgb(228,202,26); }
H1.HeaderClassName
{
color: #E4CA1A;
}
.AnyTagClassName
{
color: #E4CA1A;
}
</style>
background-color css
<style>
a { background-color: #E4CA1A; }
a { background-color: rgb(228,202,26); }
div.DivClassName
{
background-color: #E4CA1A;
}
.BgClassName
{
background-color: #E4CA1A;
}
</style>
border-color css
<style>
span { border-color: #E4CA1A; }
span { border-color: rgb(228,202,26); }
td.TdClassName
{
border-color: #E4CA1A;
}
.TagClassName
{
border-color: #E4CA1A;
}
</style>