Shades of Broom #EACE1E
Tints of Broom #EACE1E
RGB
CMYK
RGB Variations
Color information
#EACE1E (or 0xEACE1E) is known color: Broom. HEX triplet: EA, CE and 1E. RGB value is (234,206,30). Sum of RGB (Red+Green+Blue) = 234+206+30=470 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.79% from 470); Green value is 206 (80.86% from 255 or 43.83% from 470); Blue value is 30 (12.11% from 255 or 6.38% from 470); Max value from RGB is 234 - color contains mainly: red. Hex color #EACE1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EACE1E is #1531E1. Grayscale: #C3C3C3. Windows color (decimal): -1389026 or 2019050. OLE color: 2019050.
HSL color Cylindrical-coordinate representation of color #EACE1E: hue angle of 51.76º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EACE1E is Cyan = 0, Magento = 0.12, Yellow = 0.87 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 206 | 30 | - |
| CMYK | 0 | 0.12 | 0.87 | 0.08 |
| HSL | 51.76º | 0.83% | 0.52% | - |
| HSV(B) | 51.76º | 0.87% | 0.92% | - |
| XYZ | 56.24 | 61.73 | 10.18 | - |
| YUV | 194.31 | 35.28 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 206 | 30 | 0 | 0.12 | 0.87 | 0.08 | 51.76 | 0.83 | 0.52 |
| Hex | EA | CE | 1E | 0 | C | 57 | 8 | 34 | 53 | 34 |
| Octal | 352 | 316 | 36 | 0 | 14 | 127 | 10 | 64 | 123 | 64 |
| Binary | 11101010 | 11001110 | 11110 | 0 | 1100 | 1010111 | 1000 | 110100 | 1010011 | 110100 |
Color Harmonies of #EACE1E
Complementary color
Monochromatic Colors of #EACE1E
Black with #EACE1E
Text Example
Text Example
White with #EACE1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACE1E; }
p { color: rgb(234,206,30); }
H1.HeaderClassName
{
color: #EACE1E;
}
.AnyTagClassName
{
color: #EACE1E;
}
</style>
background-color css
<style>
a { background-color: #EACE1E; }
a { background-color: rgb(234,206,30); }
div.DivClassName
{
background-color: #EACE1E;
}
.BgClassName
{
background-color: #EACE1E;
}
</style>
border-color css
<style>
span { border-color: #EACE1E; }
span { border-color: rgb(234,206,30); }
td.TdClassName
{
border-color: #EACE1E;
}
.TagClassName
{
border-color: #EACE1E;
}
</style>