Shades of Broom #E5CF1F
Tints of Broom #E5CF1F
RGB
CMYK
RGB Variations
Color information
#E5CF1F (or 0xE5CF1F) is known color: Broom. HEX triplet: E5, CF and 1F. RGB value is (229,207,31). Sum of RGB (Red+Green+Blue) = 229+207+31=467 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.04% from 467); Green value is 207 (81.25% from 255 or 44.33% from 467); Blue value is 31 (12.5% from 255 or 6.64% from 467); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CF1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5CF1F is #1A30E0. Grayscale: #C2C2C2. Windows color (decimal): -1716449 or 2084837. OLE color: 2084837.
HSL color Cylindrical-coordinate representation of color #E5CF1F: hue angle of 53.33º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E5CF1F is Cyan = 0, Magento = 0.10, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 207 | 31 | - |
| CMYK | 0 | 0.10 | 0.86 | 0.10 |
| HSL | 53.33º | 0.79% | 0.51% | - |
| HSV(B) | 53.33º | 0.86% | 0.9% | - |
| XYZ | 54.87 | 61.38 | 10.25 | - |
| YUV | 193.51 | 36.29 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 207 | 31 | 0 | 0.10 | 0.86 | 0.10 | 53.33 | 0.79 | 0.51 |
| Hex | E5 | CF | 1F | 0 | A | 56 | A | 35 | 4F | 33 |
| Octal | 345 | 317 | 37 | 0 | 12 | 126 | 12 | 65 | 117 | 63 |
| Binary | 11100101 | 11001111 | 11111 | 0 | 1010 | 1010110 | 1010 | 110101 | 1001111 | 110011 |
Color Harmonies of #E5CF1F
Complementary color
Monochromatic Colors of #E5CF1F
Black with #E5CF1F
Text Example
Text Example
White with #E5CF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CF1F; }
p { color: rgb(229,207,31); }
H1.HeaderClassName
{
color: #E5CF1F;
}
.AnyTagClassName
{
color: #E5CF1F;
}
</style>
background-color css
<style>
a { background-color: #E5CF1F; }
a { background-color: rgb(229,207,31); }
div.DivClassName
{
background-color: #E5CF1F;
}
.BgClassName
{
background-color: #E5CF1F;
}
</style>
border-color css
<style>
span { border-color: #E5CF1F; }
span { border-color: rgb(229,207,31); }
td.TdClassName
{
border-color: #E5CF1F;
}
.TagClassName
{
border-color: #E5CF1F;
}
</style>