Shades of Sunflower #E7D00B
Tints of Sunflower #E7D00B
RGB
CMYK
RGB Variations
Color information
#E7D00B (or 0xE7D00B) is known color: Sunflower. HEX triplet: E7, D0 and 0B. RGB value is (231,208,11). Sum of RGB (Red+Green+Blue) = 231+208+11=450 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.33% from 450); Green value is 208 (81.64% from 255 or 46.22% from 450); Blue value is 11 (4.69% from 255 or 2.44% from 450); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D00B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7D00B is #182FF4. Grayscale: #C1C1C1. Windows color (decimal): -1585141 or 774375. OLE color: 774375.
HSL color Cylindrical-coordinate representation of color #E7D00B: hue angle of 53.73º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E7D00B is Cyan = 0, Magento = 0.10, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 208 | 11 | - |
| CMYK | 0 | 0.10 | 0.95 | 0.09 |
| HSL | 53.73º | 0.91% | 0.47% | - |
| HSV(B) | 53.73º | 0.95% | 0.91% | - |
| XYZ | 55.57 | 62.12 | 9.38 | - |
| YUV | 192.42 | 25.62 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 208 | 11 | 0 | 0.10 | 0.95 | 0.09 | 53.73 | 0.91 | 0.47 |
| Hex | E7 | D0 | B | 0 | A | 5F | 9 | 36 | 5B | 2F |
| Octal | 347 | 320 | 13 | 0 | 12 | 137 | 11 | 66 | 133 | 57 |
| Binary | 11100111 | 11010000 | 1011 | 0 | 1010 | 1011111 | 1001 | 110110 | 1011011 | 101111 |
Color Harmonies of #E7D00B
Complementary color
Monochromatic Colors of #E7D00B
Black with #E7D00B
Text Example
Text Example
White with #E7D00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D00B; }
p { color: rgb(231,208,11); }
H1.HeaderClassName
{
color: #E7D00B;
}
.AnyTagClassName
{
color: #E7D00B;
}
</style>
background-color css
<style>
a { background-color: #E7D00B; }
a { background-color: rgb(231,208,11); }
div.DivClassName
{
background-color: #E7D00B;
}
.BgClassName
{
background-color: #E7D00B;
}
</style>
border-color css
<style>
span { border-color: #E7D00B; }
span { border-color: rgb(231,208,11); }
td.TdClassName
{
border-color: #E7D00B;
}
.TagClassName
{
border-color: #E7D00B;
}
</style>