Shades of Broom #EACD1D
Tints of Broom #EACD1D
RGB
CMYK
RGB Variations
Color information
#EACD1D (or 0xEACD1D) is known color: Broom. HEX triplet: EA, CD and 1D. RGB value is (234,205,29). Sum of RGB (Red+Green+Blue) = 234+205+29=468 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50% from 468); Green value is 205 (80.47% from 255 or 43.80% from 468); Blue value is 29 (11.72% from 255 or 6.20% from 468); Max value from RGB is 234 - color contains mainly: red. Hex color #EACD1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EACD1D is #1532E2. Grayscale: #C2C2C2. Windows color (decimal): -1389283 or 1953258. OLE color: 1953258.
HSL color Cylindrical-coordinate representation of color #EACD1D: hue angle of 51.51º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EACD1D is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 205 | 29 | - |
| CMYK | 0 | 0.12 | 0.88 | 0.08 |
| HSL | 51.51º | 0.83% | 0.52% | - |
| HSV(B) | 51.51º | 0.88% | 0.92% | - |
| XYZ | 55.98 | 61.24 | 10.03 | - |
| YUV | 193.61 | 35.11 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 205 | 29 | 0 | 0.12 | 0.88 | 0.08 | 51.51 | 0.83 | 0.52 |
| Hex | EA | CD | 1D | 0 | C | 58 | 8 | 34 | 53 | 34 |
| Octal | 352 | 315 | 35 | 0 | 14 | 130 | 10 | 64 | 123 | 64 |
| Binary | 11101010 | 11001101 | 11101 | 0 | 1100 | 1011000 | 1000 | 110100 | 1010011 | 110100 |
Color Harmonies of #EACD1D
Complementary color
Monochromatic Colors of #EACD1D
Black with #EACD1D
Text Example
Text Example
White with #EACD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACD1D; }
p { color: rgb(234,205,29); }
H1.HeaderClassName
{
color: #EACD1D;
}
.AnyTagClassName
{
color: #EACD1D;
}
</style>
background-color css
<style>
a { background-color: #EACD1D; }
a { background-color: rgb(234,205,29); }
div.DivClassName
{
background-color: #EACD1D;
}
.BgClassName
{
background-color: #EACD1D;
}
</style>
border-color css
<style>
span { border-color: #EACD1D; }
span { border-color: rgb(234,205,29); }
td.TdClassName
{
border-color: #EACD1D;
}
.TagClassName
{
border-color: #EACD1D;
}
</style>