Shades of Broom #EED314
Tints of Broom #EED314
RGB
CMYK
RGB Variations
Color information
#EED314 (or 0xEED314) is known color: Broom. HEX triplet: EE, D3 and 14. RGB value is (238,211,20). Sum of RGB (Red+Green+Blue) = 238+211+20=469 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.75% from 469); Green value is 211 (82.81% from 255 or 44.99% from 469); Blue value is 20 (8.20% from 255 or 4.26% from 469); Max value from RGB is 238 - color contains mainly: red. Hex color #EED314 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED314 is #112CEB. Grayscale: #C6C6C6. Windows color (decimal): -1125612 or 1364974. OLE color: 1364974.
HSL color Cylindrical-coordinate representation of color #EED314: hue angle of 52.57º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EED314 is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 211 | 20 | - |
| CMYK | 0 | 0.11 | 0.92 | 0.07 |
| HSL | 52.57º | 0.87% | 0.51% | - |
| HSV(B) | 52.57º | 0.92% | 0.93% | - |
| XYZ | 58.68 | 64.82 | 10.08 | - |
| YUV | 197.3 | 27.95 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 211 | 20 | 0 | 0.11 | 0.92 | 0.07 | 52.57 | 0.87 | 0.51 |
| Hex | EE | D3 | 14 | 0 | B | 5C | 7 | 35 | 57 | 33 |
| Octal | 356 | 323 | 24 | 0 | 13 | 134 | 7 | 65 | 127 | 63 |
| Binary | 11101110 | 11010011 | 10100 | 0 | 1011 | 1011100 | 111 | 110101 | 1010111 | 110011 |
Color Harmonies of #EED314
Complementary color
Monochromatic Colors of #EED314
Black with #EED314
Text Example
Text Example
White with #EED314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED314; }
p { color: rgb(238,211,20); }
H1.HeaderClassName
{
color: #EED314;
}
.AnyTagClassName
{
color: #EED314;
}
</style>
background-color css
<style>
a { background-color: #EED314; }
a { background-color: rgb(238,211,20); }
div.DivClassName
{
background-color: #EED314;
}
.BgClassName
{
background-color: #EED314;
}
</style>
border-color css
<style>
span { border-color: #EED314; }
span { border-color: rgb(238,211,20); }
td.TdClassName
{
border-color: #EED314;
}
.TagClassName
{
border-color: #EED314;
}
</style>