Shades of Broom #EAD318
Tints of Broom #EAD318
RGB
CMYK
RGB Variations
Color information
#EAD318 (or 0xEAD318) is known color: Broom. HEX triplet: EA, D3 and 18. RGB value is (234,211,24). Sum of RGB (Red+Green+Blue) = 234+211+24=469 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.89% from 469); Green value is 211 (82.81% from 255 or 44.99% from 469); Blue value is 24 (9.77% from 255 or 5.12% from 469); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD318 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAD318 is #152CE7. Grayscale: #C5C5C5. Windows color (decimal): -1387752 or 1627114. OLE color: 1627114.
HSL color Cylindrical-coordinate representation of color #EAD318: hue angle of 53.43º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EAD318 is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 211 | 24 | - |
| CMYK | 0 | 0.10 | 0.90 | 0.08 |
| HSL | 53.43º | 0.83% | 0.51% | - |
| HSV(B) | 53.43º | 0.9% | 0.92% | - |
| XYZ | 57.39 | 64.15 | 10.22 | - |
| YUV | 196.56 | 30.62 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 211 | 24 | 0 | 0.10 | 0.90 | 0.08 | 53.43 | 0.83 | 0.51 |
| Hex | EA | D3 | 18 | 0 | A | 5A | 8 | 35 | 53 | 33 |
| Octal | 352 | 323 | 30 | 0 | 12 | 132 | 10 | 65 | 123 | 63 |
| Binary | 11101010 | 11010011 | 11000 | 0 | 1010 | 1011010 | 1000 | 110101 | 1010011 | 110011 |
Color Harmonies of #EAD318
Complementary color
Monochromatic Colors of #EAD318
Black with #EAD318
Text Example
Text Example
White with #EAD318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD318; }
p { color: rgb(234,211,24); }
H1.HeaderClassName
{
color: #EAD318;
}
.AnyTagClassName
{
color: #EAD318;
}
</style>
background-color css
<style>
a { background-color: #EAD318; }
a { background-color: rgb(234,211,24); }
div.DivClassName
{
background-color: #EAD318;
}
.BgClassName
{
background-color: #EAD318;
}
</style>
border-color css
<style>
span { border-color: #EAD318; }
span { border-color: rgb(234,211,24); }
td.TdClassName
{
border-color: #EAD318;
}
.TagClassName
{
border-color: #EAD318;
}
</style>