Shades of Broom #EED128
Tints of Broom #EED128
RGB
CMYK
RGB Variations
Color information
#EED128 (or 0xEED128) is known color: Broom. HEX triplet: EE, D1 and 28. RGB value is (238,209,40). Sum of RGB (Red+Green+Blue) = 238+209+40=487 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.87% from 487); Green value is 209 (82.03% from 255 or 42.92% from 487); Blue value is 40 (16.02% from 255 or 8.21% from 487); Max value from RGB is 238 - color contains mainly: red. Hex color #EED128 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED128 is #112ED7. Grayscale: #C7C7C7. Windows color (decimal): -1126104 or 2675182. OLE color: 2675182.
HSL color Cylindrical-coordinate representation of color #EED128: hue angle of 51.21º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EED128 is Cyan = 0, Magento = 0.12, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 209 | 40 | - |
| CMYK | 0 | 0.12 | 0.83 | 0.07 |
| HSL | 51.21º | 0.85% | 0.55% | - |
| HSV(B) | 51.21º | 0.83% | 0.93% | - |
| XYZ | 58.44 | 63.93 | 11.27 | - |
| YUV | 198.41 | 38.61 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 209 | 40 | 0 | 0.12 | 0.83 | 0.07 | 51.21 | 0.85 | 0.55 |
| Hex | EE | D1 | 28 | 0 | C | 53 | 7 | 33 | 55 | 37 |
| Octal | 356 | 321 | 50 | 0 | 14 | 123 | 7 | 63 | 125 | 67 |
| Binary | 11101110 | 11010001 | 101000 | 0 | 1100 | 1010011 | 111 | 110011 | 1010101 | 110111 |
Color Harmonies of #EED128
Complementary color
Monochromatic Colors of #EED128
Black with #EED128
Text Example
Text Example
White with #EED128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED128; }
p { color: rgb(238,209,40); }
H1.HeaderClassName
{
color: #EED128;
}
.AnyTagClassName
{
color: #EED128;
}
</style>
background-color css
<style>
a { background-color: #EED128; }
a { background-color: rgb(238,209,40); }
div.DivClassName
{
background-color: #EED128;
}
.BgClassName
{
background-color: #EED128;
}
</style>
border-color css
<style>
span { border-color: #EED128; }
span { border-color: rgb(238,209,40); }
td.TdClassName
{
border-color: #EED128;
}
.TagClassName
{
border-color: #EED128;
}
</style>