Shades of Broom #EEDA1E
Tints of Broom #EEDA1E
RGB
CMYK
RGB Variations
Color information
#EEDA1E (or 0xEEDA1E) is known color: Broom. HEX triplet: EE, DA and 1E. RGB value is (238,218,30). Sum of RGB (Red+Green+Blue) = 238+218+30=486 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.97% from 486); Green value is 218 (85.55% from 255 or 44.86% from 486); Blue value is 30 (12.11% from 255 or 6.17% from 486); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDA1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDA1E is #1125E1. Grayscale: #CBCBCB. Windows color (decimal): -1123810 or 2022126. OLE color: 2022126.
HSL color Cylindrical-coordinate representation of color #EEDA1E: hue angle of 54.23º 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 #EEDA1E is Cyan = 0, Magento = 0.08, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 218 | 30 | - |
| CMYK | 0 | 0.08 | 0.87 | 0.07 |
| HSL | 54.23º | 0.86% | 0.53% | - |
| HSV(B) | 54.23º | 0.87% | 0.93% | - |
| XYZ | 60.57 | 68.41 | 11.24 | - |
| YUV | 202.55 | 30.63 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 218 | 30 | 0 | 0.08 | 0.87 | 0.07 | 54.23 | 0.86 | 0.53 |
| Hex | EE | DA | 1E | 0 | 8 | 57 | 7 | 36 | 56 | 35 |
| Octal | 356 | 332 | 36 | 0 | 10 | 127 | 7 | 66 | 126 | 65 |
| Binary | 11101110 | 11011010 | 11110 | 0 | 1000 | 1010111 | 111 | 110110 | 1010110 | 110101 |
Color Harmonies of #EEDA1E
Complementary color
Monochromatic Colors of #EEDA1E
Black with #EEDA1E
Text Example
Text Example
White with #EEDA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDA1E; }
p { color: rgb(238,218,30); }
H1.HeaderClassName
{
color: #EEDA1E;
}
.AnyTagClassName
{
color: #EEDA1E;
}
</style>
background-color css
<style>
a { background-color: #EEDA1E; }
a { background-color: rgb(238,218,30); }
div.DivClassName
{
background-color: #EEDA1E;
}
.BgClassName
{
background-color: #EEDA1E;
}
</style>
border-color css
<style>
span { border-color: #EEDA1E; }
span { border-color: rgb(238,218,30); }
td.TdClassName
{
border-color: #EEDA1E;
}
.TagClassName
{
border-color: #EEDA1E;
}
</style>