Shades of Tulip Tree #EEAF40
Tints of Tulip Tree #EEAF40
RGB
CMYK
RGB Variations
Color information
#EEAF40 (or 0xEEAF40) is known color: Tulip Tree. HEX triplet: EE, AF and 40. RGB value is (238,175,64). Sum of RGB (Red+Green+Blue) = 238+175+64=477 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.90% from 477); Green value is 175 (68.75% from 255 or 36.69% from 477); Blue value is 64 (25.39% from 255 or 13.42% from 477); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAF40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEAF40 is #1150BF. Grayscale: #B5B5B5. Windows color (decimal): -1134784 or 4239342. OLE color: 4239342.
HSL color Cylindrical-coordinate representation of color #EEAF40: hue angle of 38.28º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EEAF40 is Cyan = 0, Magento = 0.26, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 175 | 64 | - |
| CMYK | 0 | 0.26 | 0.73 | 0.07 |
| HSL | 38.28º | 0.84% | 0.59% | - |
| HSV(B) | 38.28º | 0.73% | 0.93% | - |
| XYZ | 51.52 | 49.21 | 11.63 | - |
| YUV | 181.18 | 61.87 | 168.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 175 | 64 | 0 | 0.26 | 0.73 | 0.07 | 38.28 | 0.84 | 0.59 |
| Hex | EE | AF | 40 | 0 | 1A | 49 | 7 | 26 | 54 | 3B |
| Octal | 356 | 257 | 100 | 0 | 32 | 111 | 7 | 46 | 124 | 73 |
| Binary | 11101110 | 10101111 | 1000000 | 0 | 11010 | 1001001 | 111 | 100110 | 1010100 | 111011 |
Color Harmonies of #EEAF40
Complementary color
Monochromatic Colors of #EEAF40
Black with #EEAF40
Text Example
Text Example
White with #EEAF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEAF40; }
p { color: rgb(238,175,64); }
H1.HeaderClassName
{
color: #EEAF40;
}
.AnyTagClassName
{
color: #EEAF40;
}
</style>
background-color css
<style>
a { background-color: #EEAF40; }
a { background-color: rgb(238,175,64); }
div.DivClassName
{
background-color: #EEAF40;
}
.BgClassName
{
background-color: #EEAF40;
}
</style>
border-color css
<style>
span { border-color: #EEAF40; }
span { border-color: rgb(238,175,64); }
td.TdClassName
{
border-color: #EEAF40;
}
.TagClassName
{
border-color: #EEAF40;
}
</style>