Shades of Broom #EAD40E
Tints of Broom #EAD40E
RGB
CMYK
RGB Variations
Color information
#EAD40E (or 0xEAD40E) is known color: Broom. HEX triplet: EA, D4 and 0E. RGB value is (234,212,14). Sum of RGB (Red+Green+Blue) = 234+212+14=460 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.87% from 460); Green value is 212 (83.20% from 255 or 46.09% from 460); Blue value is 14 (5.86% from 255 or 3.04% from 460); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD40E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAD40E is #152BF1. Grayscale: #C4C4C4. Windows color (decimal): -1387506 or 972010. OLE color: 972010.
HSL color Cylindrical-coordinate representation of color #EAD40E: hue angle of 54º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EAD40E is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 212 | 14 | - |
| CMYK | 0 | 0.09 | 0.94 | 0.08 |
| HSL | 54º | 0.89% | 0.49% | - |
| HSV(B) | 54º | 0.94% | 0.92% | - |
| XYZ | 57.55 | 64.61 | 9.85 | - |
| YUV | 196.01 | 25.29 | 155.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 212 | 14 | 0 | 0.09 | 0.94 | 0.08 | 54 | 0.89 | 0.49 |
| Hex | EA | D4 | E | 0 | 9 | 5E | 8 | 36 | 59 | 31 |
| Octal | 352 | 324 | 16 | 0 | 11 | 136 | 10 | 66 | 131 | 61 |
| Binary | 11101010 | 11010100 | 1110 | 0 | 1001 | 1011110 | 1000 | 110110 | 1011001 | 110001 |
Color Harmonies of #EAD40E
Complementary color
Monochromatic Colors of #EAD40E
Black with #EAD40E
Text Example
Text Example
White with #EAD40E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD40E; }
p { color: rgb(234,212,14); }
H1.HeaderClassName
{
color: #EAD40E;
}
.AnyTagClassName
{
color: #EAD40E;
}
</style>
background-color css
<style>
a { background-color: #EAD40E; }
a { background-color: rgb(234,212,14); }
div.DivClassName
{
background-color: #EAD40E;
}
.BgClassName
{
background-color: #EAD40E;
}
</style>
border-color css
<style>
span { border-color: #EAD40E; }
span { border-color: rgb(234,212,14); }
td.TdClassName
{
border-color: #EAD40E;
}
.TagClassName
{
border-color: #EAD40E;
}
</style>