Shades of Broom #EACD28
Tints of Broom #EACD28
RGB
CMYK
RGB Variations
Color information
#EACD28 (or 0xEACD28) is known color: Broom. HEX triplet: EA, CD and 28. RGB value is (234,205,40). Sum of RGB (Red+Green+Blue) = 234+205+40=479 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.85% from 479); Green value is 205 (80.47% from 255 or 42.80% from 479); Blue value is 40 (16.02% from 255 or 8.35% from 479); Max value from RGB is 234 - color contains mainly: red. Hex color #EACD28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EACD28 is #1532D7. Grayscale: #C3C3C3. Windows color (decimal): -1389272 or 2674154. OLE color: 2674154.
HSL color Cylindrical-coordinate representation of color #EACD28: hue angle of 51.03º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EACD28 is Cyan = 0, Magento = 0.12, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 205 | 40 | - |
| CMYK | 0 | 0.12 | 0.83 | 0.08 |
| HSL | 51.03º | 0.82% | 0.54% | - |
| HSV(B) | 51.03º | 0.83% | 0.92% | - |
| XYZ | 56.15 | 61.31 | 10.88 | - |
| YUV | 194.86 | 40.61 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 205 | 40 | 0 | 0.12 | 0.83 | 0.08 | 51.03 | 0.82 | 0.54 |
| Hex | EA | CD | 28 | 0 | C | 53 | 8 | 33 | 52 | 36 |
| Octal | 352 | 315 | 50 | 0 | 14 | 123 | 10 | 63 | 122 | 66 |
| Binary | 11101010 | 11001101 | 101000 | 0 | 1100 | 1010011 | 1000 | 110011 | 1010010 | 110110 |
Color Harmonies of #EACD28
Complementary color
Monochromatic Colors of #EACD28
Black with #EACD28
Text Example
Text Example
White with #EACD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACD28; }
p { color: rgb(234,205,40); }
H1.HeaderClassName
{
color: #EACD28;
}
.AnyTagClassName
{
color: #EACD28;
}
</style>
background-color css
<style>
a { background-color: #EACD28; }
a { background-color: rgb(234,205,40); }
div.DivClassName
{
background-color: #EACD28;
}
.BgClassName
{
background-color: #EACD28;
}
</style>
border-color css
<style>
span { border-color: #EACD28; }
span { border-color: rgb(234,205,40); }
td.TdClassName
{
border-color: #EACD28;
}
.TagClassName
{
border-color: #EACD28;
}
</style>