Shades of Broom #EAD30F
Tints of Broom #EAD30F
RGB
CMYK
RGB Variations
Color information
#EAD30F (or 0xEAD30F) is known color: Broom. HEX triplet: EA, D3 and 0F. RGB value is (234,211,15). Sum of RGB (Red+Green+Blue) = 234+211+15=460 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.87% from 460); Green value is 211 (82.81% from 255 or 45.87% from 460); Blue value is 15 (6.25% from 255 or 3.26% from 460); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD30F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAD30F is #152CF0. Grayscale: #C4C4C4. Windows color (decimal): -1387761 or 1037290. OLE color: 1037290.
HSL color Cylindrical-coordinate representation of color #EAD30F: hue angle of 53.7º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EAD30F is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 211 | 15 | - |
| CMYK | 0 | 0.10 | 0.94 | 0.08 |
| HSL | 53.7º | 0.88% | 0.49% | - |
| HSV(B) | 53.7º | 0.94% | 0.92% | - |
| XYZ | 57.31 | 64.12 | 9.81 | - |
| YUV | 195.53 | 26.12 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 211 | 15 | 0 | 0.10 | 0.94 | 0.08 | 53.7 | 0.88 | 0.49 |
| Hex | EA | D3 | F | 0 | A | 5E | 8 | 36 | 58 | 31 |
| Octal | 352 | 323 | 17 | 0 | 12 | 136 | 10 | 66 | 130 | 61 |
| Binary | 11101010 | 11010011 | 1111 | 0 | 1010 | 1011110 | 1000 | 110110 | 1011000 | 110001 |
Color Harmonies of #EAD30F
Complementary color
Monochromatic Colors of #EAD30F
Black with #EAD30F
Text Example
Text Example
White with #EAD30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD30F; }
p { color: rgb(234,211,15); }
H1.HeaderClassName
{
color: #EAD30F;
}
.AnyTagClassName
{
color: #EAD30F;
}
</style>
background-color css
<style>
a { background-color: #EAD30F; }
a { background-color: rgb(234,211,15); }
div.DivClassName
{
background-color: #EAD30F;
}
.BgClassName
{
background-color: #EAD30F;
}
</style>
border-color css
<style>
span { border-color: #EAD30F; }
span { border-color: rgb(234,211,15); }
td.TdClassName
{
border-color: #EAD30F;
}
.TagClassName
{
border-color: #EAD30F;
}
</style>