Shades of Broom #EACB17
Tints of Broom #EACB17
RGB
CMYK
RGB Variations
Color information
#EACB17 (or 0xEACB17) is known color: Broom. HEX triplet: EA, CB and 17. RGB value is (234,203,23). Sum of RGB (Red+Green+Blue) = 234+203+23=460 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.87% from 460); Green value is 203 (79.69% from 255 or 44.13% from 460); Blue value is 23 (9.38% from 255 or 5% from 460); Max value from RGB is 234 - color contains mainly: red. Hex color #EACB17 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EACB17 is #1534E8. Grayscale: #C0C0C0. Windows color (decimal): -1389801 or 1559530. OLE color: 1559530.
HSL color Cylindrical-coordinate representation of color #EACB17: hue angle of 51.18º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EACB17 is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 203 | 23 | - |
| CMYK | 0 | 0.13 | 0.90 | 0.08 |
| HSL | 51.18º | 0.83% | 0.5% | - |
| HSV(B) | 51.18º | 0.9% | 0.92% | - |
| XYZ | 55.44 | 60.27 | 9.52 | - |
| YUV | 191.75 | 32.77 | 158.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 203 | 23 | 0 | 0.13 | 0.90 | 0.08 | 51.18 | 0.83 | 0.5 |
| Hex | EA | CB | 17 | 0 | D | 5A | 8 | 33 | 53 | 32 |
| Octal | 352 | 313 | 27 | 0 | 15 | 132 | 10 | 63 | 123 | 62 |
| Binary | 11101010 | 11001011 | 10111 | 0 | 1101 | 1011010 | 1000 | 110011 | 1010011 | 110010 |
Color Harmonies of #EACB17
Complementary color
Monochromatic Colors of #EACB17
Black with #EACB17
Text Example
Text Example
White with #EACB17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACB17; }
p { color: rgb(234,203,23); }
H1.HeaderClassName
{
color: #EACB17;
}
.AnyTagClassName
{
color: #EACB17;
}
</style>
background-color css
<style>
a { background-color: #EACB17; }
a { background-color: rgb(234,203,23); }
div.DivClassName
{
background-color: #EACB17;
}
.BgClassName
{
background-color: #EACB17;
}
</style>
border-color css
<style>
span { border-color: #EACB17; }
span { border-color: rgb(234,203,23); }
td.TdClassName
{
border-color: #EACB17;
}
.TagClassName
{
border-color: #EACB17;
}
</style>