Shades of Broom #E8CD12
Tints of Broom #E8CD12
RGB
CMYK
RGB Variations
Color information
#E8CD12 (or 0xE8CD12) is known color: Broom. HEX triplet: E8, CD and 12. RGB value is (232,205,18). Sum of RGB (Red+Green+Blue) = 232+205+18=455 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.99% from 455); Green value is 205 (80.47% from 255 or 45.05% from 455); Blue value is 18 (7.42% from 255 or 3.96% from 455); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CD12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8CD12 is #1732ED. Grayscale: #C0C0C0. Windows color (decimal): -1520366 or 1232360. OLE color: 1232360.
HSL color Cylindrical-coordinate representation of color #E8CD12: hue angle of 52.43º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E8CD12 is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 205 | 18 | - |
| CMYK | 0 | 0.12 | 0.92 | 0.09 |
| HSL | 52.43º | 0.86% | 0.49% | - |
| HSV(B) | 52.43º | 0.92% | 0.91% | - |
| XYZ | 55.22 | 60.86 | 9.41 | - |
| YUV | 191.76 | 29.95 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 205 | 18 | 0 | 0.12 | 0.92 | 0.09 | 52.43 | 0.86 | 0.49 |
| Hex | E8 | CD | 12 | 0 | C | 5C | 9 | 34 | 56 | 31 |
| Octal | 350 | 315 | 22 | 0 | 14 | 134 | 11 | 64 | 126 | 61 |
| Binary | 11101000 | 11001101 | 10010 | 0 | 1100 | 1011100 | 1001 | 110100 | 1010110 | 110001 |
Color Harmonies of #E8CD12
Complementary color
Monochromatic Colors of #E8CD12
Black with #E8CD12
Text Example
Text Example
White with #E8CD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CD12; }
p { color: rgb(232,205,18); }
H1.HeaderClassName
{
color: #E8CD12;
}
.AnyTagClassName
{
color: #E8CD12;
}
</style>
background-color css
<style>
a { background-color: #E8CD12; }
a { background-color: rgb(232,205,18); }
div.DivClassName
{
background-color: #E8CD12;
}
.BgClassName
{
background-color: #E8CD12;
}
</style>
border-color css
<style>
span { border-color: #E8CD12; }
span { border-color: rgb(232,205,18); }
td.TdClassName
{
border-color: #E8CD12;
}
.TagClassName
{
border-color: #E8CD12;
}
</style>