Shades of Broom #EADB17
Tints of Broom #EADB17
RGB
CMYK
RGB Variations
Color information
#EADB17 (or 0xEADB17) is known color: Broom. HEX triplet: EA, DB and 17. RGB value is (234,219,23). Sum of RGB (Red+Green+Blue) = 234+219+23=476 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.16% from 476); Green value is 219 (85.94% from 255 or 46.01% from 476); Blue value is 23 (9.38% from 255 or 4.83% from 476); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB17 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADB17 is #1524E8. Grayscale: #C9C9C9. Windows color (decimal): -1385705 or 1563626. OLE color: 1563626.
HSL color Cylindrical-coordinate representation of color #EADB17: hue angle of 55.73º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EADB17 is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 219 | 23 | - |
| CMYK | 0 | 0.06 | 0.90 | 0.08 |
| HSL | 55.73º | 0.83% | 0.5% | - |
| HSV(B) | 55.73º | 0.9% | 0.92% | - |
| XYZ | 59.42 | 68.22 | 10.85 | - |
| YUV | 201.14 | 27.47 | 151.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 219 | 23 | 0 | 0.06 | 0.90 | 0.08 | 55.73 | 0.83 | 0.5 |
| Hex | EA | DB | 17 | 0 | 6 | 5A | 8 | 38 | 53 | 32 |
| Octal | 352 | 333 | 27 | 0 | 6 | 132 | 10 | 70 | 123 | 62 |
| Binary | 11101010 | 11011011 | 10111 | 0 | 110 | 1011010 | 1000 | 111000 | 1010011 | 110010 |
Color Harmonies of #EADB17
Complementary color
Monochromatic Colors of #EADB17
Black with #EADB17
Text Example
Text Example
White with #EADB17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADB17; }
p { color: rgb(234,219,23); }
H1.HeaderClassName
{
color: #EADB17;
}
.AnyTagClassName
{
color: #EADB17;
}
</style>
background-color css
<style>
a { background-color: #EADB17; }
a { background-color: rgb(234,219,23); }
div.DivClassName
{
background-color: #EADB17;
}
.BgClassName
{
background-color: #EADB17;
}
</style>
border-color css
<style>
span { border-color: #EADB17; }
span { border-color: rgb(234,219,23); }
td.TdClassName
{
border-color: #EADB17;
}
.TagClassName
{
border-color: #EADB17;
}
</style>