Shades of Broom #EECA1F
Tints of Broom #EECA1F
RGB
CMYK
RGB Variations
Color information
#EECA1F (or 0xEECA1F) is known color: Broom. HEX triplet: EE, CA and 1F. RGB value is (238,202,31). Sum of RGB (Red+Green+Blue) = 238+202+31=471 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.53% from 471); Green value is 202 (79.30% from 255 or 42.89% from 471); Blue value is 31 (12.5% from 255 or 6.58% from 471); Max value from RGB is 238 - color contains mainly: red. Hex color #EECA1F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EECA1F is #1135E0. Grayscale: #C1C1C1. Windows color (decimal): -1127905 or 2083566. OLE color: 2083566.
HSL color Cylindrical-coordinate representation of color #EECA1F: hue angle of 49.57º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EECA1F is Cyan = 0, Magento = 0.15, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 202 | 31 | - |
| CMYK | 0 | 0.15 | 0.87 | 0.07 |
| HSL | 49.57º | 0.86% | 0.53% | - |
| HSV(B) | 49.57º | 0.87% | 0.93% | - |
| XYZ | 56.63 | 60.52 | 9.99 | - |
| YUV | 193.27 | 36.43 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 202 | 31 | 0 | 0.15 | 0.87 | 0.07 | 49.57 | 0.86 | 0.53 |
| Hex | EE | CA | 1F | 0 | F | 57 | 7 | 32 | 56 | 35 |
| Octal | 356 | 312 | 37 | 0 | 17 | 127 | 7 | 62 | 126 | 65 |
| Binary | 11101110 | 11001010 | 11111 | 0 | 1111 | 1010111 | 111 | 110010 | 1010110 | 110101 |
Color Harmonies of #EECA1F
Complementary color
Monochromatic Colors of #EECA1F
Black with #EECA1F
Text Example
Text Example
White with #EECA1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECA1F; }
p { color: rgb(238,202,31); }
H1.HeaderClassName
{
color: #EECA1F;
}
.AnyTagClassName
{
color: #EECA1F;
}
</style>
background-color css
<style>
a { background-color: #EECA1F; }
a { background-color: rgb(238,202,31); }
div.DivClassName
{
background-color: #EECA1F;
}
.BgClassName
{
background-color: #EECA1F;
}
</style>
border-color css
<style>
span { border-color: #EECA1F; }
span { border-color: rgb(238,202,31); }
td.TdClassName
{
border-color: #EECA1F;
}
.TagClassName
{
border-color: #EECA1F;
}
</style>