Shades of Sunflower #E5CB07
Tints of Sunflower #E5CB07
RGB
CMYK
RGB Variations
Color information
#E5CB07 (or 0xE5CB07) is known color: Sunflower. HEX triplet: E5, CB and 07. RGB value is (229,203,7). Sum of RGB (Red+Green+Blue) = 229+203+7=439 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.16% from 439); Green value is 203 (79.69% from 255 or 46.24% from 439); Blue value is 7 (3.12% from 255 or 1.59% from 439); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CB07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5CB07 is #1A34F8. Grayscale: #BDBDBD. Windows color (decimal): -1717497 or 510949. OLE color: 510949.
HSL color Cylindrical-coordinate representation of color #E5CB07: hue angle of 52.97º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E5CB07 is Cyan = 0, Magento = 0.11, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 203 | 7 | - |
| CMYK | 0 | 0.11 | 0.97 | 0.10 |
| HSL | 52.97º | 0.94% | 0.46% | - |
| HSV(B) | 52.97º | 0.97% | 0.9% | - |
| XYZ | 53.71 | 59.39 | 8.83 | - |
| YUV | 188.43 | 25.61 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 203 | 7 | 0 | 0.11 | 0.97 | 0.10 | 52.97 | 0.94 | 0.46 |
| Hex | E5 | CB | 7 | 0 | B | 61 | A | 35 | 5E | 2E |
| Octal | 345 | 313 | 7 | 0 | 13 | 141 | 12 | 65 | 136 | 56 |
| Binary | 11100101 | 11001011 | 111 | 0 | 1011 | 1100001 | 1010 | 110101 | 1011110 | 101110 |
Color Harmonies of #E5CB07
Complementary color
Monochromatic Colors of #E5CB07
Black with #E5CB07
Text Example
Text Example
White with #E5CB07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CB07; }
p { color: rgb(229,203,7); }
H1.HeaderClassName
{
color: #E5CB07;
}
.AnyTagClassName
{
color: #E5CB07;
}
</style>
background-color css
<style>
a { background-color: #E5CB07; }
a { background-color: rgb(229,203,7); }
div.DivClassName
{
background-color: #E5CB07;
}
.BgClassName
{
background-color: #E5CB07;
}
</style>
border-color css
<style>
span { border-color: #E5CB07; }
span { border-color: rgb(229,203,7); }
td.TdClassName
{
border-color: #E5CB07;
}
.TagClassName
{
border-color: #E5CB07;
}
</style>