Shades of Broom #EED312
Tints of Broom #EED312
RGB
CMYK
RGB Variations
Color information
#EED312 (or 0xEED312) is known color: Broom. HEX triplet: EE, D3 and 12. RGB value is (238,211,18). Sum of RGB (Red+Green+Blue) = 238+211+18=467 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.96% from 467); Green value is 211 (82.81% from 255 or 45.18% from 467); Blue value is 18 (7.42% from 255 or 3.85% from 467); Max value from RGB is 238 - color contains mainly: red. Hex color #EED312 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED312 is #112CED. Grayscale: #C5C5C5. Windows color (decimal): -1125614 or 1233902. OLE color: 1233902.
HSL color Cylindrical-coordinate representation of color #EED312: hue angle of 52.64º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EED312 is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 211 | 18 | - |
| CMYK | 0 | 0.11 | 0.92 | 0.07 |
| HSL | 52.64º | 0.87% | 0.5% | - |
| HSV(B) | 52.64º | 0.92% | 0.93% | - |
| XYZ | 58.66 | 64.81 | 9.99 | - |
| YUV | 197.07 | 26.95 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 211 | 18 | 0 | 0.11 | 0.92 | 0.07 | 52.64 | 0.87 | 0.5 |
| Hex | EE | D3 | 12 | 0 | B | 5C | 7 | 35 | 57 | 32 |
| Octal | 356 | 323 | 22 | 0 | 13 | 134 | 7 | 65 | 127 | 62 |
| Binary | 11101110 | 11010011 | 10010 | 0 | 1011 | 1011100 | 111 | 110101 | 1010111 | 110010 |
Color Harmonies of #EED312
Complementary color
Monochromatic Colors of #EED312
Black with #EED312
Text Example
Text Example
White with #EED312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED312; }
p { color: rgb(238,211,18); }
H1.HeaderClassName
{
color: #EED312;
}
.AnyTagClassName
{
color: #EED312;
}
</style>
background-color css
<style>
a { background-color: #EED312; }
a { background-color: rgb(238,211,18); }
div.DivClassName
{
background-color: #EED312;
}
.BgClassName
{
background-color: #EED312;
}
</style>
border-color css
<style>
span { border-color: #EED312; }
span { border-color: rgb(238,211,18); }
td.TdClassName
{
border-color: #EED312;
}
.TagClassName
{
border-color: #EED312;
}
</style>