Shades of Broom #EAD312
Tints of Broom #EAD312
RGB
CMYK
RGB Variations
Color information
#EAD312 (or 0xEAD312) is known color: Broom. HEX triplet: EA, D3 and 12. RGB value is (234,211,18). Sum of RGB (Red+Green+Blue) = 234+211+18=463 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.54% from 463); Green value is 211 (82.81% from 255 or 45.57% from 463); Blue value is 18 (7.42% from 255 or 3.89% from 463); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD312 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAD312 is #152CED. Grayscale: #C4C4C4. Windows color (decimal): -1387758 or 1233898. OLE color: 1233898.
HSL color Cylindrical-coordinate representation of color #EAD312: hue angle of 53.61º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EAD312 is Cyan = 0, Magento = 0.10, Yellow = 0.92 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 211 | 18 | - |
| CMYK | 0 | 0.10 | 0.92 | 0.08 |
| HSL | 53.61º | 0.86% | 0.49% | - |
| HSV(B) | 53.61º | 0.92% | 0.92% | - |
| XYZ | 57.34 | 64.12 | 9.93 | - |
| YUV | 195.88 | 27.62 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 211 | 18 | 0 | 0.10 | 0.92 | 0.08 | 53.61 | 0.86 | 0.49 |
| Hex | EA | D3 | 12 | 0 | A | 5C | 8 | 36 | 56 | 31 |
| Octal | 352 | 323 | 22 | 0 | 12 | 134 | 10 | 66 | 126 | 61 |
| Binary | 11101010 | 11010011 | 10010 | 0 | 1010 | 1011100 | 1000 | 110110 | 1010110 | 110001 |
Color Harmonies of #EAD312
Complementary color
Monochromatic Colors of #EAD312
Black with #EAD312
Text Example
Text Example
White with #EAD312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD312; }
p { color: rgb(234,211,18); }
H1.HeaderClassName
{
color: #EAD312;
}
.AnyTagClassName
{
color: #EAD312;
}
</style>
background-color css
<style>
a { background-color: #EAD312; }
a { background-color: rgb(234,211,18); }
div.DivClassName
{
background-color: #EAD312;
}
.BgClassName
{
background-color: #EAD312;
}
</style>
border-color css
<style>
span { border-color: #EAD312; }
span { border-color: rgb(234,211,18); }
td.TdClassName
{
border-color: #EAD312;
}
.TagClassName
{
border-color: #EAD312;
}
</style>