Shades of Broom #EAD21C
Tints of Broom #EAD21C
RGB
CMYK
RGB Variations
Color information
#EAD21C (or 0xEAD21C) is known color: Broom. HEX triplet: EA, D2 and 1C. RGB value is (234,210,28). Sum of RGB (Red+Green+Blue) = 234+210+28=472 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.58% from 472); Green value is 210 (82.42% from 255 or 44.49% from 472); Blue value is 28 (11.33% from 255 or 5.93% from 472); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD21C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD21C is #152DE3. Grayscale: #C5C5C5. Windows color (decimal): -1388004 or 1889002. OLE color: 1889002.
HSL color Cylindrical-coordinate representation of color #EAD21C: hue angle of 53.01º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EAD21C is Cyan = 0, Magento = 0.10, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 210 | 28 | - |
| CMYK | 0 | 0.10 | 0.88 | 0.08 |
| HSL | 53.01º | 0.83% | 0.51% | - |
| HSV(B) | 53.01º | 0.88% | 0.92% | - |
| XYZ | 57.19 | 63.67 | 10.37 | - |
| YUV | 196.43 | 32.95 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 210 | 28 | 0 | 0.10 | 0.88 | 0.08 | 53.01 | 0.83 | 0.51 |
| Hex | EA | D2 | 1C | 0 | A | 58 | 8 | 35 | 53 | 33 |
| Octal | 352 | 322 | 34 | 0 | 12 | 130 | 10 | 65 | 123 | 63 |
| Binary | 11101010 | 11010010 | 11100 | 0 | 1010 | 1011000 | 1000 | 110101 | 1010011 | 110011 |
Color Harmonies of #EAD21C
Complementary color
Monochromatic Colors of #EAD21C
Black with #EAD21C
Text Example
Text Example
White with #EAD21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD21C; }
p { color: rgb(234,210,28); }
H1.HeaderClassName
{
color: #EAD21C;
}
.AnyTagClassName
{
color: #EAD21C;
}
</style>
background-color css
<style>
a { background-color: #EAD21C; }
a { background-color: rgb(234,210,28); }
div.DivClassName
{
background-color: #EAD21C;
}
.BgClassName
{
background-color: #EAD21C;
}
</style>
border-color css
<style>
span { border-color: #EAD21C; }
span { border-color: rgb(234,210,28); }
td.TdClassName
{
border-color: #EAD21C;
}
.TagClassName
{
border-color: #EAD21C;
}
</style>