Shades of Broom #EACA1C
Tints of Broom #EACA1C
RGB
CMYK
RGB Variations
Color information
#EACA1C (or 0xEACA1C) is known color: Broom. HEX triplet: EA, CA and 1C. RGB value is (234,202,28). Sum of RGB (Red+Green+Blue) = 234+202+28=464 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.43% from 464); Green value is 202 (79.30% from 255 or 43.53% from 464); Blue value is 28 (11.33% from 255 or 6.03% from 464); Max value from RGB is 234 - color contains mainly: red. Hex color #EACA1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EACA1C is #1535E3. Grayscale: #C0C0C0. Windows color (decimal): -1390052 or 1886954. OLE color: 1886954.
HSL color Cylindrical-coordinate representation of color #EACA1C: hue angle of 50.68º 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 #EACA1C is Cyan = 0, Magento = 0.14, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 202 | 28 | - |
| CMYK | 0 | 0.14 | 0.88 | 0.08 |
| HSL | 50.68º | 0.83% | 0.51% | - |
| HSV(B) | 50.68º | 0.88% | 0.92% | - |
| XYZ | 55.26 | 59.82 | 9.73 | - |
| YUV | 191.73 | 35.6 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 202 | 28 | 0 | 0.14 | 0.88 | 0.08 | 50.68 | 0.83 | 0.51 |
| Hex | EA | CA | 1C | 0 | E | 58 | 8 | 33 | 53 | 33 |
| Octal | 352 | 312 | 34 | 0 | 16 | 130 | 10 | 63 | 123 | 63 |
| Binary | 11101010 | 11001010 | 11100 | 0 | 1110 | 1011000 | 1000 | 110011 | 1010011 | 110011 |
Color Harmonies of #EACA1C
Complementary color
Monochromatic Colors of #EACA1C
Black with #EACA1C
Text Example
Text Example
White with #EACA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACA1C; }
p { color: rgb(234,202,28); }
H1.HeaderClassName
{
color: #EACA1C;
}
.AnyTagClassName
{
color: #EACA1C;
}
</style>
background-color css
<style>
a { background-color: #EACA1C; }
a { background-color: rgb(234,202,28); }
div.DivClassName
{
background-color: #EACA1C;
}
.BgClassName
{
background-color: #EACA1C;
}
</style>
border-color css
<style>
span { border-color: #EACA1C; }
span { border-color: rgb(234,202,28); }
td.TdClassName
{
border-color: #EACA1C;
}
.TagClassName
{
border-color: #EACA1C;
}
</style>