Shades of Sunflower #EAB60D
Tints of Sunflower #EAB60D
RGB
CMYK
RGB Variations
Color information
#EAB60D (or 0xEAB60D) is known color: Sunflower. HEX triplet: EA, B6 and 0D. RGB value is (234,182,13). Sum of RGB (Red+Green+Blue) = 234+182+13=429 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.55% from 429); Green value is 182 (71.48% from 255 or 42.42% from 429); Blue value is 13 (5.47% from 255 or 3.03% from 429); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB60D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAB60D is #1549F2. Grayscale: #B3B3B3. Windows color (decimal): -1395187 or 898794. OLE color: 898794.
HSL color Cylindrical-coordinate representation of color #EAB60D: hue angle of 45.88º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EAB60D is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 182 | 13 | - |
| CMYK | 0 | 0.22 | 0.94 | 0.08 |
| HSL | 45.88º | 0.89% | 0.48% | - |
| HSV(B) | 45.88º | 0.94% | 0.92% | - |
| XYZ | 50.73 | 50.98 | 7.55 | - |
| YUV | 178.28 | 34.73 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 182 | 13 | 0 | 0.22 | 0.94 | 0.08 | 45.88 | 0.89 | 0.48 |
| Hex | EA | B6 | D | 0 | 16 | 5E | 8 | 2E | 59 | 30 |
| Octal | 352 | 266 | 15 | 0 | 26 | 136 | 10 | 56 | 131 | 60 |
| Binary | 11101010 | 10110110 | 1101 | 0 | 10110 | 1011110 | 1000 | 101110 | 1011001 | 110000 |
Color Harmonies of #EAB60D
Complementary color
Monochromatic Colors of #EAB60D
Black with #EAB60D
Text Example
Text Example
White with #EAB60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB60D; }
p { color: rgb(234,182,13); }
H1.HeaderClassName
{
color: #EAB60D;
}
.AnyTagClassName
{
color: #EAB60D;
}
</style>
background-color css
<style>
a { background-color: #EAB60D; }
a { background-color: rgb(234,182,13); }
div.DivClassName
{
background-color: #EAB60D;
}
.BgClassName
{
background-color: #EAB60D;
}
</style>
border-color css
<style>
span { border-color: #EAB60D; }
span { border-color: rgb(234,182,13); }
td.TdClassName
{
border-color: #EAB60D;
}
.TagClassName
{
border-color: #EAB60D;
}
</style>