Shades of Broom #EED626
Tints of Broom #EED626
RGB
CMYK
RGB Variations
Color information
#EED626 (or 0xEED626) is known color: Broom. HEX triplet: EE, D6 and 26. RGB value is (238,214,38). Sum of RGB (Red+Green+Blue) = 238+214+38=490 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.57% from 490); Green value is 214 (83.98% from 255 or 43.67% from 490); Blue value is 38 (15.23% from 255 or 7.76% from 490); Max value from RGB is 238 - color contains mainly: red. Hex color #EED626 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED626 is #1129D9. Grayscale: #C9C9C9. Windows color (decimal): -1124826 or 2545390. OLE color: 2545390.
HSL color Cylindrical-coordinate representation of color #EED626: hue angle of 52.8º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EED626 is Cyan = 0, Magento = 0.10, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 214 | 38 | - |
| CMYK | 0 | 0.10 | 0.84 | 0.07 |
| HSL | 52.8º | 0.85% | 0.54% | - |
| HSV(B) | 52.8º | 0.84% | 0.93% | - |
| XYZ | 59.66 | 66.41 | 11.51 | - |
| YUV | 201.11 | 35.95 | 154.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 214 | 38 | 0 | 0.10 | 0.84 | 0.07 | 52.8 | 0.85 | 0.54 |
| Hex | EE | D6 | 26 | 0 | A | 54 | 7 | 35 | 55 | 36 |
| Octal | 356 | 326 | 46 | 0 | 12 | 124 | 7 | 65 | 125 | 66 |
| Binary | 11101110 | 11010110 | 100110 | 0 | 1010 | 1010100 | 111 | 110101 | 1010101 | 110110 |
Color Harmonies of #EED626
Complementary color
Monochromatic Colors of #EED626
Black with #EED626
Text Example
Text Example
White with #EED626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED626; }
p { color: rgb(238,214,38); }
H1.HeaderClassName
{
color: #EED626;
}
.AnyTagClassName
{
color: #EED626;
}
</style>
background-color css
<style>
a { background-color: #EED626; }
a { background-color: rgb(238,214,38); }
div.DivClassName
{
background-color: #EED626;
}
.BgClassName
{
background-color: #EED626;
}
</style>
border-color css
<style>
span { border-color: #EED626; }
span { border-color: rgb(238,214,38); }
td.TdClassName
{
border-color: #EED626;
}
.TagClassName
{
border-color: #EED626;
}
</style>