Shades of Broom #EACD15
Tints of Broom #EACD15
RGB
CMYK
RGB Variations
Color information
#EACD15 (or 0xEACD15) is known color: Broom. HEX triplet: EA, CD and 15. RGB value is (234,205,21). Sum of RGB (Red+Green+Blue) = 234+205+21=460 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.87% from 460); Green value is 205 (80.47% from 255 or 44.57% from 460); Blue value is 21 (8.59% from 255 or 4.57% from 460); Max value from RGB is 234 - color contains mainly: red. Hex color #EACD15 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EACD15 is #1532EA. Grayscale: #C1C1C1. Windows color (decimal): -1389291 or 1428970. OLE color: 1428970.
HSL color Cylindrical-coordinate representation of color #EACD15: hue angle of 51.83º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EACD15 is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 205 | 21 | - |
| CMYK | 0 | 0.12 | 0.91 | 0.08 |
| HSL | 51.83º | 0.84% | 0.5% | - |
| HSV(B) | 51.83º | 0.91% | 0.92% | - |
| XYZ | 55.9 | 61.21 | 9.58 | - |
| YUV | 192.7 | 31.11 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 205 | 21 | 0 | 0.12 | 0.91 | 0.08 | 51.83 | 0.84 | 0.5 |
| Hex | EA | CD | 15 | 0 | C | 5B | 8 | 34 | 54 | 32 |
| Octal | 352 | 315 | 25 | 0 | 14 | 133 | 10 | 64 | 124 | 62 |
| Binary | 11101010 | 11001101 | 10101 | 0 | 1100 | 1011011 | 1000 | 110100 | 1010100 | 110010 |
Color Harmonies of #EACD15
Complementary color
Monochromatic Colors of #EACD15
Black with #EACD15
Text Example
Text Example
White with #EACD15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACD15; }
p { color: rgb(234,205,21); }
H1.HeaderClassName
{
color: #EACD15;
}
.AnyTagClassName
{
color: #EACD15;
}
</style>
background-color css
<style>
a { background-color: #EACD15; }
a { background-color: rgb(234,205,21); }
div.DivClassName
{
background-color: #EACD15;
}
.BgClassName
{
background-color: #EACD15;
}
</style>
border-color css
<style>
span { border-color: #EACD15; }
span { border-color: rgb(234,205,21); }
td.TdClassName
{
border-color: #EACD15;
}
.TagClassName
{
border-color: #EACD15;
}
</style>