Shades of Tulip Tree #EEAD44
Tints of Tulip Tree #EEAD44
RGB
CMYK
RGB Variations
Color information
#EEAD44 (or 0xEEAD44) is known color: Tulip Tree. HEX triplet: EE, AD and 44. RGB value is (238,173,68). Sum of RGB (Red+Green+Blue) = 238+173+68=479 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.69% from 479); Green value is 173 (67.97% from 255 or 36.12% from 479); Blue value is 68 (26.95% from 255 or 14.20% from 479); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAD44 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEAD44 is #1152BB. Grayscale: #B4B4B4. Windows color (decimal): -1135292 or 4500974. OLE color: 4500974.
HSL color Cylindrical-coordinate representation of color #EEAD44: hue angle of 37.06º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EEAD44 is Cyan = 0, Magento = 0.27, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 173 | 68 | - |
| CMYK | 0 | 0.27 | 0.71 | 0.07 |
| HSL | 37.06º | 0.83% | 0.6% | - |
| HSV(B) | 37.06º | 0.71% | 0.93% | - |
| XYZ | 51.25 | 48.48 | 12.13 | - |
| YUV | 180.47 | 64.53 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 173 | 68 | 0 | 0.27 | 0.71 | 0.07 | 37.06 | 0.83 | 0.6 |
| Hex | EE | AD | 44 | 0 | 1B | 47 | 7 | 25 | 53 | 3C |
| Octal | 356 | 255 | 104 | 0 | 33 | 107 | 7 | 45 | 123 | 74 |
| Binary | 11101110 | 10101101 | 1000100 | 0 | 11011 | 1000111 | 111 | 100101 | 1010011 | 111100 |
Color Harmonies of #EEAD44
Complementary color
Monochromatic Colors of #EEAD44
Black with #EEAD44
Text Example
Text Example
White with #EEAD44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEAD44; }
p { color: rgb(238,173,68); }
H1.HeaderClassName
{
color: #EEAD44;
}
.AnyTagClassName
{
color: #EEAD44;
}
</style>
background-color css
<style>
a { background-color: #EEAD44; }
a { background-color: rgb(238,173,68); }
div.DivClassName
{
background-color: #EEAD44;
}
.BgClassName
{
background-color: #EEAD44;
}
</style>
border-color css
<style>
span { border-color: #EEAD44; }
span { border-color: rgb(238,173,68); }
td.TdClassName
{
border-color: #EEAD44;
}
.TagClassName
{
border-color: #EEAD44;
}
</style>