Shades of Sunflower #E7CF0F
Tints of Sunflower #E7CF0F
RGB
CMYK
RGB Variations
Color information
#E7CF0F (or 0xE7CF0F) is known color: Sunflower. HEX triplet: E7, CF and 0F. RGB value is (231,207,15). Sum of RGB (Red+Green+Blue) = 231+207+15=453 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.99% from 453); Green value is 207 (81.25% from 255 or 45.70% from 453); Blue value is 15 (6.25% from 255 or 3.31% from 453); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CF0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7CF0F is #1830F0. Grayscale: #C1C1C1. Windows color (decimal): -1585393 or 1036263. OLE color: 1036263.
HSL color Cylindrical-coordinate representation of color #E7CF0F: hue angle of 53.33º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E7CF0F is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 207 | 15 | - |
| CMYK | 0 | 0.10 | 0.94 | 0.09 |
| HSL | 53.33º | 0.88% | 0.48% | - |
| HSV(B) | 53.33º | 0.94% | 0.91% | - |
| XYZ | 55.35 | 61.65 | 9.43 | - |
| YUV | 192.29 | 27.95 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 207 | 15 | 0 | 0.10 | 0.94 | 0.09 | 53.33 | 0.88 | 0.48 |
| Hex | E7 | CF | F | 0 | A | 5E | 9 | 35 | 58 | 30 |
| Octal | 347 | 317 | 17 | 0 | 12 | 136 | 11 | 65 | 130 | 60 |
| Binary | 11100111 | 11001111 | 1111 | 0 | 1010 | 1011110 | 1001 | 110101 | 1011000 | 110000 |
Color Harmonies of #E7CF0F
Complementary color
Monochromatic Colors of #E7CF0F
Black with #E7CF0F
Text Example
Text Example
White with #E7CF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CF0F; }
p { color: rgb(231,207,15); }
H1.HeaderClassName
{
color: #E7CF0F;
}
.AnyTagClassName
{
color: #E7CF0F;
}
</style>
background-color css
<style>
a { background-color: #E7CF0F; }
a { background-color: rgb(231,207,15); }
div.DivClassName
{
background-color: #E7CF0F;
}
.BgClassName
{
background-color: #E7CF0F;
}
</style>
border-color css
<style>
span { border-color: #E7CF0F; }
span { border-color: rgb(231,207,15); }
td.TdClassName
{
border-color: #E7CF0F;
}
.TagClassName
{
border-color: #E7CF0F;
}
</style>