Shades of Broom #E5CA1F
Tints of Broom #E5CA1F
RGB
CMYK
RGB Variations
Color information
#E5CA1F (or 0xE5CA1F) is known color: Broom. HEX triplet: E5, CA and 1F. RGB value is (229,202,31). Sum of RGB (Red+Green+Blue) = 229+202+31=462 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.57% from 462); Green value is 202 (79.30% from 255 or 43.72% from 462); Blue value is 31 (12.5% from 255 or 6.71% from 462); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CA1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5CA1F is #1A35E0. Grayscale: #BFBFBF. Windows color (decimal): -1717729 or 2083557. OLE color: 2083557.
HSL color Cylindrical-coordinate representation of color #E5CA1F: hue angle of 51.82º 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 #E5CA1F is Cyan = 0, Magento = 0.12, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 202 | 31 | - |
| CMYK | 0 | 0.12 | 0.86 | 0.10 |
| HSL | 51.82º | 0.79% | 0.51% | - |
| HSV(B) | 51.82º | 0.86% | 0.9% | - |
| XYZ | 53.68 | 59 | 9.85 | - |
| YUV | 190.58 | 37.95 | 155.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 202 | 31 | 0 | 0.12 | 0.86 | 0.10 | 51.82 | 0.79 | 0.51 |
| Hex | E5 | CA | 1F | 0 | C | 56 | A | 34 | 4F | 33 |
| Octal | 345 | 312 | 37 | 0 | 14 | 126 | 12 | 64 | 117 | 63 |
| Binary | 11100101 | 11001010 | 11111 | 0 | 1100 | 1010110 | 1010 | 110100 | 1001111 | 110011 |
Color Harmonies of #E5CA1F
Complementary color
Monochromatic Colors of #E5CA1F
Black with #E5CA1F
Text Example
Text Example
White with #E5CA1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CA1F; }
p { color: rgb(229,202,31); }
H1.HeaderClassName
{
color: #E5CA1F;
}
.AnyTagClassName
{
color: #E5CA1F;
}
</style>
background-color css
<style>
a { background-color: #E5CA1F; }
a { background-color: rgb(229,202,31); }
div.DivClassName
{
background-color: #E5CA1F;
}
.BgClassName
{
background-color: #E5CA1F;
}
</style>
border-color css
<style>
span { border-color: #E5CA1F; }
span { border-color: rgb(229,202,31); }
td.TdClassName
{
border-color: #E5CA1F;
}
.TagClassName
{
border-color: #E5CA1F;
}
</style>