Shades of Broom #EACE1C
Tints of Broom #EACE1C
RGB
CMYK
RGB Variations
Color information
#EACE1C (or 0xEACE1C) is known color: Broom. HEX triplet: EA, CE and 1C. RGB value is (234,206,28). Sum of RGB (Red+Green+Blue) = 234+206+28=468 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50% from 468); Green value is 206 (80.86% from 255 or 44.02% from 468); Blue value is 28 (11.33% from 255 or 5.98% from 468); Max value from RGB is 234 - color contains mainly: red. Hex color #EACE1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EACE1C is #1531E3. Grayscale: #C2C2C2. Windows color (decimal): -1389028 or 1887978. OLE color: 1887978.
HSL color Cylindrical-coordinate representation of color #EACE1C: hue angle of 51.84º 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 #EACE1C is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 206 | 28 | - |
| CMYK | 0 | 0.12 | 0.88 | 0.08 |
| HSL | 51.84º | 0.83% | 0.51% | - |
| HSV(B) | 51.84º | 0.88% | 0.92% | - |
| XYZ | 56.21 | 61.72 | 10.05 | - |
| YUV | 194.08 | 34.28 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 206 | 28 | 0 | 0.12 | 0.88 | 0.08 | 51.84 | 0.83 | 0.51 |
| Hex | EA | CE | 1C | 0 | C | 58 | 8 | 34 | 53 | 33 |
| Octal | 352 | 316 | 34 | 0 | 14 | 130 | 10 | 64 | 123 | 63 |
| Binary | 11101010 | 11001110 | 11100 | 0 | 1100 | 1011000 | 1000 | 110100 | 1010011 | 110011 |
Color Harmonies of #EACE1C
Complementary color
Monochromatic Colors of #EACE1C
Black with #EACE1C
Text Example
Text Example
White with #EACE1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACE1C; }
p { color: rgb(234,206,28); }
H1.HeaderClassName
{
color: #EACE1C;
}
.AnyTagClassName
{
color: #EACE1C;
}
</style>
background-color css
<style>
a { background-color: #EACE1C; }
a { background-color: rgb(234,206,28); }
div.DivClassName
{
background-color: #EACE1C;
}
.BgClassName
{
background-color: #EACE1C;
}
</style>
border-color css
<style>
span { border-color: #EACE1C; }
span { border-color: rgb(234,206,28); }
td.TdClassName
{
border-color: #EACE1C;
}
.TagClassName
{
border-color: #EACE1C;
}
</style>