Shades of Broom #EAD31C
Tints of Broom #EAD31C
RGB
CMYK
RGB Variations
Color information
#EAD31C (or 0xEAD31C) is known color: Broom. HEX triplet: EA, D3 and 1C. RGB value is (234,211,28). Sum of RGB (Red+Green+Blue) = 234+211+28=473 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.47% from 473); Green value is 211 (82.81% from 255 or 44.61% from 473); Blue value is 28 (11.33% from 255 or 5.92% from 473); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD31C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD31C is #152CE3. Grayscale: #C5C5C5. Windows color (decimal): -1387748 or 1889258. OLE color: 1889258.
HSL color Cylindrical-coordinate representation of color #EAD31C: hue angle of 53.3º 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 #EAD31C is Cyan = 0, Magento = 0.10, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 211 | 28 | - |
| CMYK | 0 | 0.10 | 0.88 | 0.08 |
| HSL | 53.3º | 0.83% | 0.51% | - |
| HSV(B) | 53.3º | 0.88% | 0.92% | - |
| XYZ | 57.44 | 64.16 | 10.46 | - |
| YUV | 197.02 | 32.62 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 211 | 28 | 0 | 0.10 | 0.88 | 0.08 | 53.3 | 0.83 | 0.51 |
| Hex | EA | D3 | 1C | 0 | A | 58 | 8 | 35 | 53 | 33 |
| Octal | 352 | 323 | 34 | 0 | 12 | 130 | 10 | 65 | 123 | 63 |
| Binary | 11101010 | 11010011 | 11100 | 0 | 1010 | 1011000 | 1000 | 110101 | 1010011 | 110011 |
Color Harmonies of #EAD31C
Complementary color
Monochromatic Colors of #EAD31C
Black with #EAD31C
Text Example
Text Example
White with #EAD31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD31C; }
p { color: rgb(234,211,28); }
H1.HeaderClassName
{
color: #EAD31C;
}
.AnyTagClassName
{
color: #EAD31C;
}
</style>
background-color css
<style>
a { background-color: #EAD31C; }
a { background-color: rgb(234,211,28); }
div.DivClassName
{
background-color: #EAD31C;
}
.BgClassName
{
background-color: #EAD31C;
}
</style>
border-color css
<style>
span { border-color: #EAD31C; }
span { border-color: rgb(234,211,28); }
td.TdClassName
{
border-color: #EAD31C;
}
.TagClassName
{
border-color: #EAD31C;
}
</style>