Shades of Broom #EACB27
Tints of Broom #EACB27
RGB
CMYK
RGB Variations
Color information
#EACB27 (or 0xEACB27) is known color: Broom. HEX triplet: EA, CB and 27. RGB value is (234,203,39). Sum of RGB (Red+Green+Blue) = 234+203+39=476 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.16% from 476); Green value is 203 (79.69% from 255 or 42.65% from 476); Blue value is 39 (15.62% from 255 or 8.19% from 476); Max value from RGB is 234 - color contains mainly: red. Hex color #EACB27 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EACB27 is #1534D8. Grayscale: #C2C2C2. Windows color (decimal): -1389785 or 2608106. OLE color: 2608106.
HSL color Cylindrical-coordinate representation of color #EACB27: hue angle of 50.46º 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 #EACB27 is Cyan = 0, Magento = 0.13, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 203 | 39 | - |
| CMYK | 0 | 0.13 | 0.83 | 0.08 |
| HSL | 50.46º | 0.82% | 0.54% | - |
| HSV(B) | 50.46º | 0.83% | 0.92% | - |
| XYZ | 55.65 | 60.35 | 10.64 | - |
| YUV | 193.57 | 40.77 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 203 | 39 | 0 | 0.13 | 0.83 | 0.08 | 50.46 | 0.82 | 0.54 |
| Hex | EA | CB | 27 | 0 | D | 53 | 8 | 32 | 52 | 36 |
| Octal | 352 | 313 | 47 | 0 | 15 | 123 | 10 | 62 | 122 | 66 |
| Binary | 11101010 | 11001011 | 100111 | 0 | 1101 | 1010011 | 1000 | 110010 | 1010010 | 110110 |
Color Harmonies of #EACB27
Complementary color
Monochromatic Colors of #EACB27
Black with #EACB27
Text Example
Text Example
White with #EACB27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACB27; }
p { color: rgb(234,203,39); }
H1.HeaderClassName
{
color: #EACB27;
}
.AnyTagClassName
{
color: #EACB27;
}
</style>
background-color css
<style>
a { background-color: #EACB27; }
a { background-color: rgb(234,203,39); }
div.DivClassName
{
background-color: #EACB27;
}
.BgClassName
{
background-color: #EACB27;
}
</style>
border-color css
<style>
span { border-color: #EACB27; }
span { border-color: rgb(234,203,39); }
td.TdClassName
{
border-color: #EACB27;
}
.TagClassName
{
border-color: #EACB27;
}
</style>