Shades of Broom #EACD1C
Tints of Broom #EACD1C
RGB
CMYK
RGB Variations
Color information
#EACD1C (or 0xEACD1C) is known color: Broom. HEX triplet: EA, CD and 1C. RGB value is (234,205,28). Sum of RGB (Red+Green+Blue) = 234+205+28=467 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.11% from 467); Green value is 205 (80.47% from 255 or 43.90% from 467); Blue value is 28 (11.33% from 255 or 6.00% from 467); Max value from RGB is 234 - color contains mainly: red. Hex color #EACD1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EACD1C is #1532E3. Grayscale: #C2C2C2. Windows color (decimal): -1389284 or 1887722. OLE color: 1887722.
HSL color Cylindrical-coordinate representation of color #EACD1C: hue angle of 51.55º 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 #EACD1C is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 205 | 28 | - |
| CMYK | 0 | 0.12 | 0.88 | 0.08 |
| HSL | 51.55º | 0.83% | 0.51% | - |
| HSV(B) | 51.55º | 0.88% | 0.92% | - |
| XYZ | 55.97 | 61.24 | 9.97 | - |
| YUV | 193.49 | 34.61 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 205 | 28 | 0 | 0.12 | 0.88 | 0.08 | 51.55 | 0.83 | 0.51 |
| Hex | EA | CD | 1C | 0 | C | 58 | 8 | 34 | 53 | 33 |
| Octal | 352 | 315 | 34 | 0 | 14 | 130 | 10 | 64 | 123 | 63 |
| Binary | 11101010 | 11001101 | 11100 | 0 | 1100 | 1011000 | 1000 | 110100 | 1010011 | 110011 |
Color Harmonies of #EACD1C
Complementary color
Monochromatic Colors of #EACD1C
Black with #EACD1C
Text Example
Text Example
White with #EACD1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACD1C; }
p { color: rgb(234,205,28); }
H1.HeaderClassName
{
color: #EACD1C;
}
.AnyTagClassName
{
color: #EACD1C;
}
</style>
background-color css
<style>
a { background-color: #EACD1C; }
a { background-color: rgb(234,205,28); }
div.DivClassName
{
background-color: #EACD1C;
}
.BgClassName
{
background-color: #EACD1C;
}
</style>
border-color css
<style>
span { border-color: #EACD1C; }
span { border-color: rgb(234,205,28); }
td.TdClassName
{
border-color: #EACD1C;
}
.TagClassName
{
border-color: #EACD1C;
}
</style>