Shades of Broom #EED027
Tints of Broom #EED027
RGB
CMYK
RGB Variations
Color information
#EED027 (or 0xEED027) is known color: Broom. HEX triplet: EE, D0 and 27. RGB value is (238,208,39). Sum of RGB (Red+Green+Blue) = 238+208+39=485 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.07% from 485); Green value is 208 (81.64% from 255 or 42.89% from 485); Blue value is 39 (15.62% from 255 or 8.04% from 485); Max value from RGB is 238 - color contains mainly: red. Hex color #EED027 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED027 is #112FD8. Grayscale: #C6C6C6. Windows color (decimal): -1126361 or 2609390. OLE color: 2609390.
HSL color Cylindrical-coordinate representation of color #EED027: hue angle of 50.95º 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 #EED027 is Cyan = 0, Magento = 0.13, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 208 | 39 | - |
| CMYK | 0 | 0.13 | 0.84 | 0.07 |
| HSL | 50.95º | 0.85% | 0.54% | - |
| HSV(B) | 50.95º | 0.84% | 0.93% | - |
| XYZ | 58.18 | 63.44 | 11.1 | - |
| YUV | 197.7 | 38.44 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 208 | 39 | 0 | 0.13 | 0.84 | 0.07 | 50.95 | 0.85 | 0.54 |
| Hex | EE | D0 | 27 | 0 | D | 54 | 7 | 33 | 55 | 36 |
| Octal | 356 | 320 | 47 | 0 | 15 | 124 | 7 | 63 | 125 | 66 |
| Binary | 11101110 | 11010000 | 100111 | 0 | 1101 | 1010100 | 111 | 110011 | 1010101 | 110110 |
Color Harmonies of #EED027
Complementary color
Monochromatic Colors of #EED027
Black with #EED027
Text Example
Text Example
White with #EED027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED027; }
p { color: rgb(238,208,39); }
H1.HeaderClassName
{
color: #EED027;
}
.AnyTagClassName
{
color: #EED027;
}
</style>
background-color css
<style>
a { background-color: #EED027; }
a { background-color: rgb(238,208,39); }
div.DivClassName
{
background-color: #EED027;
}
.BgClassName
{
background-color: #EED027;
}
</style>
border-color css
<style>
span { border-color: #EED027; }
span { border-color: rgb(238,208,39); }
td.TdClassName
{
border-color: #EED027;
}
.TagClassName
{
border-color: #EED027;
}
</style>