Shades of Sunflower #EAB50D
Tints of Sunflower #EAB50D
RGB
CMYK
RGB Variations
Color information
#EAB50D (or 0xEAB50D) is known color: Sunflower. HEX triplet: EA, B5 and 0D. RGB value is (234,181,13). Sum of RGB (Red+Green+Blue) = 234+181+13=428 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.67% from 428); Green value is 181 (71.09% from 255 or 42.29% from 428); Blue value is 13 (5.47% from 255 or 3.04% from 428); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB50D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAB50D is #154AF2. Grayscale: #B2B2B2. Windows color (decimal): -1395443 or 898538. OLE color: 898538.
HSL color Cylindrical-coordinate representation of color #EAB50D: hue angle of 45.61º 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 #EAB50D is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 181 | 13 | - |
| CMYK | 0 | 0.23 | 0.94 | 0.08 |
| HSL | 45.61º | 0.89% | 0.48% | - |
| HSV(B) | 45.61º | 0.94% | 0.92% | - |
| XYZ | 50.53 | 50.57 | 7.48 | - |
| YUV | 177.7 | 35.06 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 181 | 13 | 0 | 0.23 | 0.94 | 0.08 | 45.61 | 0.89 | 0.48 |
| Hex | EA | B5 | D | 0 | 17 | 5E | 8 | 2E | 59 | 30 |
| Octal | 352 | 265 | 15 | 0 | 27 | 136 | 10 | 56 | 131 | 60 |
| Binary | 11101010 | 10110101 | 1101 | 0 | 10111 | 1011110 | 1000 | 101110 | 1011001 | 110000 |
Color Harmonies of #EAB50D
Complementary color
Monochromatic Colors of #EAB50D
Black with #EAB50D
Text Example
Text Example
White with #EAB50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB50D; }
p { color: rgb(234,181,13); }
H1.HeaderClassName
{
color: #EAB50D;
}
.AnyTagClassName
{
color: #EAB50D;
}
</style>
background-color css
<style>
a { background-color: #EAB50D; }
a { background-color: rgb(234,181,13); }
div.DivClassName
{
background-color: #EAB50D;
}
.BgClassName
{
background-color: #EAB50D;
}
</style>
border-color css
<style>
span { border-color: #EAB50D; }
span { border-color: rgb(234,181,13); }
td.TdClassName
{
border-color: #EAB50D;
}
.TagClassName
{
border-color: #EAB50D;
}
</style>