Shades of Sunflower #E0B702
Tints of Sunflower #E0B702
RGB
CMYK
RGB Variations
Color information
#E0B702 (or 0xE0B702) is known color: Sunflower. HEX triplet: E0, B7 and 02. RGB value is (224,183,2). Sum of RGB (Red+Green+Blue) = 224+183+2=409 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.77% from 409); Green value is 183 (71.88% from 255 or 44.74% from 409); Blue value is 2 (1.17% from 255 or 0.49% from 409); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B702 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0B702 is #1F48FD. Grayscale: #AFAFAF. Windows color (decimal): -2050302 or 178144. OLE color: 178144.
HSL color Cylindrical-coordinate representation of color #E0B702: hue angle of 48.92º 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 #E0B702 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 183 | 2 | - |
| CMYK | 0 | 0.18 | 0.99 | 0.12 |
| HSL | 48.92º | 0.98% | 0.44% | - |
| HSV(B) | 48.92º | 0.99% | 0.88% | - |
| XYZ | 47.68 | 49.72 | 7.14 | - |
| YUV | 174.63 | 30.58 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 183 | 2 | 0 | 0.18 | 0.99 | 0.12 | 48.92 | 0.98 | 0.44 |
| Hex | E0 | B7 | 2 | 0 | 12 | 63 | C | 31 | 62 | 2C |
| Octal | 340 | 267 | 2 | 0 | 22 | 143 | 14 | 61 | 142 | 54 |
| Binary | 11100000 | 10110111 | 10 | 0 | 10010 | 1100011 | 1100 | 110001 | 1100010 | 101100 |
Color Harmonies of #E0B702
Complementary color
Monochromatic Colors of #E0B702
Black with #E0B702
Text Example
Text Example
White with #E0B702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B702; }
p { color: rgb(224,183,2); }
H1.HeaderClassName
{
color: #E0B702;
}
.AnyTagClassName
{
color: #E0B702;
}
</style>
background-color css
<style>
a { background-color: #E0B702; }
a { background-color: rgb(224,183,2); }
div.DivClassName
{
background-color: #E0B702;
}
.BgClassName
{
background-color: #E0B702;
}
</style>
border-color css
<style>
span { border-color: #E0B702; }
span { border-color: rgb(224,183,2); }
td.TdClassName
{
border-color: #E0B702;
}
.TagClassName
{
border-color: #E0B702;
}
</style>