Shades of Broom #EED628
Tints of Broom #EED628
RGB
CMYK
RGB Variations
Color information
#EED628 (or 0xEED628) is known color: Broom. HEX triplet: EE, D6 and 28. RGB value is (238,214,40). Sum of RGB (Red+Green+Blue) = 238+214+40=492 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.37% from 492); Green value is 214 (83.98% from 255 or 43.50% from 492); Blue value is 40 (16.02% from 255 or 8.13% from 492); Max value from RGB is 238 - color contains mainly: red. Hex color #EED628 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED628 is #1129D7. Grayscale: #CACACA. Windows color (decimal): -1124824 or 2676462. OLE color: 2676462.
HSL color Cylindrical-coordinate representation of color #EED628: hue angle of 52.73º 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 #EED628 is Cyan = 0, Magento = 0.10, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 214 | 40 | - |
| CMYK | 0 | 0.10 | 0.83 | 0.07 |
| HSL | 52.73º | 0.85% | 0.55% | - |
| HSV(B) | 52.73º | 0.83% | 0.93% | - |
| XYZ | 59.69 | 66.42 | 11.68 | - |
| YUV | 201.34 | 36.95 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 214 | 40 | 0 | 0.10 | 0.83 | 0.07 | 52.73 | 0.85 | 0.55 |
| Hex | EE | D6 | 28 | 0 | A | 53 | 7 | 35 | 55 | 37 |
| Octal | 356 | 326 | 50 | 0 | 12 | 123 | 7 | 65 | 125 | 67 |
| Binary | 11101110 | 11010110 | 101000 | 0 | 1010 | 1010011 | 111 | 110101 | 1010101 | 110111 |
Color Harmonies of #EED628
Complementary color
Monochromatic Colors of #EED628
Black with #EED628
Text Example
Text Example
White with #EED628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED628; }
p { color: rgb(238,214,40); }
H1.HeaderClassName
{
color: #EED628;
}
.AnyTagClassName
{
color: #EED628;
}
</style>
background-color css
<style>
a { background-color: #EED628; }
a { background-color: rgb(238,214,40); }
div.DivClassName
{
background-color: #EED628;
}
.BgClassName
{
background-color: #EED628;
}
</style>
border-color css
<style>
span { border-color: #EED628; }
span { border-color: rgb(238,214,40); }
td.TdClassName
{
border-color: #EED628;
}
.TagClassName
{
border-color: #EED628;
}
</style>