Shades of Broom #EACA1F
Tints of Broom #EACA1F
RGB
CMYK
RGB Variations
Color information
#EACA1F (or 0xEACA1F) is known color: Broom. HEX triplet: EA, CA and 1F. RGB value is (234,202,31). Sum of RGB (Red+Green+Blue) = 234+202+31=467 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.11% from 467); Green value is 202 (79.30% from 255 or 43.25% from 467); Blue value is 31 (12.5% from 255 or 6.64% from 467); Max value from RGB is 234 - color contains mainly: red. Hex color #EACA1F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EACA1F is #1535E0. Grayscale: #C0C0C0. Windows color (decimal): -1390049 or 2083562. OLE color: 2083562.
HSL color Cylindrical-coordinate representation of color #EACA1F: hue angle of 50.54º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EACA1F is Cyan = 0, Magento = 0.14, Yellow = 0.87 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 202 | 31 | - |
| CMYK | 0 | 0.14 | 0.87 | 0.08 |
| HSL | 50.54º | 0.83% | 0.52% | - |
| HSV(B) | 50.54º | 0.87% | 0.92% | - |
| XYZ | 55.3 | 59.83 | 9.93 | - |
| YUV | 192.07 | 37.1 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 202 | 31 | 0 | 0.14 | 0.87 | 0.08 | 50.54 | 0.83 | 0.52 |
| Hex | EA | CA | 1F | 0 | E | 57 | 8 | 33 | 53 | 34 |
| Octal | 352 | 312 | 37 | 0 | 16 | 127 | 10 | 63 | 123 | 64 |
| Binary | 11101010 | 11001010 | 11111 | 0 | 1110 | 1010111 | 1000 | 110011 | 1010011 | 110100 |
Color Harmonies of #EACA1F
Complementary color
Monochromatic Colors of #EACA1F
Black with #EACA1F
Text Example
Text Example
White with #EACA1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACA1F; }
p { color: rgb(234,202,31); }
H1.HeaderClassName
{
color: #EACA1F;
}
.AnyTagClassName
{
color: #EACA1F;
}
</style>
background-color css
<style>
a { background-color: #EACA1F; }
a { background-color: rgb(234,202,31); }
div.DivClassName
{
background-color: #EACA1F;
}
.BgClassName
{
background-color: #EACA1F;
}
</style>
border-color css
<style>
span { border-color: #EACA1F; }
span { border-color: rgb(234,202,31); }
td.TdClassName
{
border-color: #EACA1F;
}
.TagClassName
{
border-color: #EACA1F;
}
</style>