Shades of Broom #EACA28
Tints of Broom #EACA28
RGB
CMYK
RGB Variations
Color information
#EACA28 (or 0xEACA28) is known color: Broom. HEX triplet: EA, CA and 28. RGB value is (234,202,40). Sum of RGB (Red+Green+Blue) = 234+202+40=476 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.16% from 476); Green value is 202 (79.30% from 255 or 42.44% from 476); Blue value is 40 (16.02% from 255 or 8.40% from 476); Max value from RGB is 234 - color contains mainly: red. Hex color #EACA28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EACA28 is #1535D7. Grayscale: #C1C1C1. Windows color (decimal): -1390040 or 2673386. OLE color: 2673386.
HSL color Cylindrical-coordinate representation of color #EACA28: hue angle of 50.1º 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 #EACA28 is Cyan = 0, Magento = 0.14, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 202 | 40 | - |
| CMYK | 0 | 0.14 | 0.83 | 0.08 |
| HSL | 50.1º | 0.82% | 0.54% | - |
| HSV(B) | 50.1º | 0.83% | 0.92% | - |
| XYZ | 55.44 | 59.89 | 10.65 | - |
| YUV | 193.1 | 41.6 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 202 | 40 | 0 | 0.14 | 0.83 | 0.08 | 50.1 | 0.82 | 0.54 |
| Hex | EA | CA | 28 | 0 | E | 53 | 8 | 32 | 52 | 36 |
| Octal | 352 | 312 | 50 | 0 | 16 | 123 | 10 | 62 | 122 | 66 |
| Binary | 11101010 | 11001010 | 101000 | 0 | 1110 | 1010011 | 1000 | 110010 | 1010010 | 110110 |
Color Harmonies of #EACA28
Complementary color
Monochromatic Colors of #EACA28
Black with #EACA28
Text Example
Text Example
White with #EACA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACA28; }
p { color: rgb(234,202,40); }
H1.HeaderClassName
{
color: #EACA28;
}
.AnyTagClassName
{
color: #EACA28;
}
</style>
background-color css
<style>
a { background-color: #EACA28; }
a { background-color: rgb(234,202,40); }
div.DivClassName
{
background-color: #EACA28;
}
.BgClassName
{
background-color: #EACA28;
}
</style>
border-color css
<style>
span { border-color: #EACA28; }
span { border-color: rgb(234,202,40); }
td.TdClassName
{
border-color: #EACA28;
}
.TagClassName
{
border-color: #EACA28;
}
</style>