Shades of Sunflower #E4CA0B
Tints of Sunflower #E4CA0B
RGB
CMYK
RGB Variations
Color information
#E4CA0B (or 0xE4CA0B) is known color: Sunflower. HEX triplet: E4, CA and 0B. RGB value is (228,202,11). Sum of RGB (Red+Green+Blue) = 228+202+11=441 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.70% from 441); Green value is 202 (79.30% from 255 or 45.80% from 441); Blue value is 11 (4.69% from 255 or 2.49% from 441); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CA0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E4CA0B is #1B35F4. Grayscale: #BCBCBC. Windows color (decimal): -1783285 or 772836. OLE color: 772836.
HSL color Cylindrical-coordinate representation of color #E4CA0B: hue angle of 52.81º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E4CA0B is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 202 | 11 | - |
| CMYK | 0 | 0.11 | 0.95 | 0.11 |
| HSL | 52.81º | 0.91% | 0.47% | - |
| HSV(B) | 52.81º | 0.95% | 0.89% | - |
| XYZ | 53.18 | 58.76 | 8.86 | - |
| YUV | 188 | 28.11 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 202 | 11 | 0 | 0.11 | 0.95 | 0.11 | 52.81 | 0.91 | 0.47 |
| Hex | E4 | CA | B | 0 | B | 5F | B | 35 | 5B | 2F |
| Octal | 344 | 312 | 13 | 0 | 13 | 137 | 13 | 65 | 133 | 57 |
| Binary | 11100100 | 11001010 | 1011 | 0 | 1011 | 1011111 | 1011 | 110101 | 1011011 | 101111 |
Color Harmonies of #E4CA0B
Complementary color
Monochromatic Colors of #E4CA0B
Black with #E4CA0B
Text Example
Text Example
White with #E4CA0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4CA0B; }
p { color: rgb(228,202,11); }
H1.HeaderClassName
{
color: #E4CA0B;
}
.AnyTagClassName
{
color: #E4CA0B;
}
</style>
background-color css
<style>
a { background-color: #E4CA0B; }
a { background-color: rgb(228,202,11); }
div.DivClassName
{
background-color: #E4CA0B;
}
.BgClassName
{
background-color: #E4CA0B;
}
</style>
border-color css
<style>
span { border-color: #E4CA0B; }
span { border-color: rgb(228,202,11); }
td.TdClassName
{
border-color: #E4CA0B;
}
.TagClassName
{
border-color: #E4CA0B;
}
</style>