Shades of Broom #EACF28
Tints of Broom #EACF28
RGB
CMYK
RGB Variations
Color information
#EACF28 (or 0xEACF28) is known color: Broom. HEX triplet: EA, CF and 28. RGB value is (234,207,40). Sum of RGB (Red+Green+Blue) = 234+207+40=481 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.65% from 481); Green value is 207 (81.25% from 255 or 43.04% from 481); Blue value is 40 (16.02% from 255 or 8.32% from 481); Max value from RGB is 234 - color contains mainly: red. Hex color #EACF28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EACF28 is #1530D7. Grayscale: #C4C4C4. Windows color (decimal): -1388760 or 2674666. OLE color: 2674666.
HSL color Cylindrical-coordinate representation of color #EACF28: hue angle of 51.65º 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 #EACF28 is Cyan = 0, Magento = 0.12, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 207 | 40 | - |
| CMYK | 0 | 0.12 | 0.83 | 0.08 |
| HSL | 51.65º | 0.82% | 0.54% | - |
| HSV(B) | 51.65º | 0.83% | 0.92% | - |
| XYZ | 56.63 | 62.27 | 11.04 | - |
| YUV | 196.04 | 39.95 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 207 | 40 | 0 | 0.12 | 0.83 | 0.08 | 51.65 | 0.82 | 0.54 |
| Hex | EA | CF | 28 | 0 | C | 53 | 8 | 34 | 52 | 36 |
| Octal | 352 | 317 | 50 | 0 | 14 | 123 | 10 | 64 | 122 | 66 |
| Binary | 11101010 | 11001111 | 101000 | 0 | 1100 | 1010011 | 1000 | 110100 | 1010010 | 110110 |
Color Harmonies of #EACF28
Complementary color
Monochromatic Colors of #EACF28
Black with #EACF28
Text Example
Text Example
White with #EACF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACF28; }
p { color: rgb(234,207,40); }
H1.HeaderClassName
{
color: #EACF28;
}
.AnyTagClassName
{
color: #EACF28;
}
</style>
background-color css
<style>
a { background-color: #EACF28; }
a { background-color: rgb(234,207,40); }
div.DivClassName
{
background-color: #EACF28;
}
.BgClassName
{
background-color: #EACF28;
}
</style>
border-color css
<style>
span { border-color: #EACF28; }
span { border-color: rgb(234,207,40); }
td.TdClassName
{
border-color: #EACF28;
}
.TagClassName
{
border-color: #EACF28;
}
</style>