Shades of Sunflower #E0CB02
Tints of Sunflower #E0CB02
RGB
CMYK
RGB Variations
Color information
#E0CB02 (or 0xE0CB02) is known color: Sunflower. HEX triplet: E0, CB and 02. RGB value is (224,203,2). Sum of RGB (Red+Green+Blue) = 224+203+2=429 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.21% from 429); Green value is 203 (79.69% from 255 or 47.32% from 429); Blue value is 2 (1.17% from 255 or 0.47% from 429); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CB02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0CB02 is #1F34FD. Grayscale: #BBBBBB. Windows color (decimal): -2045182 or 183264. OLE color: 183264.
HSL color Cylindrical-coordinate representation of color #E0CB02: hue angle of 54.32º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E0CB02 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 203 | 2 | - |
| CMYK | 0 | 0.09 | 0.99 | 0.12 |
| HSL | 54.32º | 0.98% | 0.44% | - |
| HSV(B) | 54.32º | 0.99% | 0.88% | - |
| XYZ | 52.11 | 58.56 | 8.61 | - |
| YUV | 186.37 | 23.96 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 203 | 2 | 0 | 0.09 | 0.99 | 0.12 | 54.32 | 0.98 | 0.44 |
| Hex | E0 | CB | 2 | 0 | 9 | 63 | C | 36 | 62 | 2C |
| Octal | 340 | 313 | 2 | 0 | 11 | 143 | 14 | 66 | 142 | 54 |
| Binary | 11100000 | 11001011 | 10 | 0 | 1001 | 1100011 | 1100 | 110110 | 1100010 | 101100 |
Color Harmonies of #E0CB02
Complementary color
Monochromatic Colors of #E0CB02
Black with #E0CB02
Text Example
Text Example
White with #E0CB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CB02; }
p { color: rgb(224,203,2); }
H1.HeaderClassName
{
color: #E0CB02;
}
.AnyTagClassName
{
color: #E0CB02;
}
</style>
background-color css
<style>
a { background-color: #E0CB02; }
a { background-color: rgb(224,203,2); }
div.DivClassName
{
background-color: #E0CB02;
}
.BgClassName
{
background-color: #E0CB02;
}
</style>
border-color css
<style>
span { border-color: #E0CB02; }
span { border-color: rgb(224,203,2); }
td.TdClassName
{
border-color: #E0CB02;
}
.TagClassName
{
border-color: #E0CB02;
}
</style>