Shades of Tulip Tree #EEAF31
Tints of Tulip Tree #EEAF31
RGB
CMYK
RGB Variations
Color information
#EEAF31 (or 0xEEAF31) is known color: Tulip Tree. HEX triplet: EE, AF and 31. RGB value is (238,175,49). Sum of RGB (Red+Green+Blue) = 238+175+49=462 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.52% from 462); Green value is 175 (68.75% from 255 or 37.88% from 462); Blue value is 49 (19.53% from 255 or 10.61% from 462); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAF31 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEAF31 is #1150CE. Grayscale: #B4B4B4. Windows color (decimal): -1134799 or 3256302. OLE color: 3256302.
HSL color Cylindrical-coordinate representation of color #EEAF31: hue angle of 40º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EEAF31 is Cyan = 0, Magento = 0.26, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 175 | 49 | - |
| CMYK | 0 | 0.26 | 0.79 | 0.07 |
| HSL | 40º | 0.85% | 0.56% | - |
| HSV(B) | 40º | 0.79% | 0.93% | - |
| XYZ | 51.14 | 49.06 | 9.68 | - |
| YUV | 179.47 | 54.37 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 175 | 49 | 0 | 0.26 | 0.79 | 0.07 | 40 | 0.85 | 0.56 |
| Hex | EE | AF | 31 | 0 | 1A | 4F | 7 | 28 | 55 | 38 |
| Octal | 356 | 257 | 61 | 0 | 32 | 117 | 7 | 50 | 125 | 70 |
| Binary | 11101110 | 10101111 | 110001 | 0 | 11010 | 1001111 | 111 | 101000 | 1010101 | 111000 |
Color Harmonies of #EEAF31
Complementary color
Monochromatic Colors of #EEAF31
Black with #EEAF31
Text Example
Text Example
White with #EEAF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEAF31; }
p { color: rgb(238,175,49); }
H1.HeaderClassName
{
color: #EEAF31;
}
.AnyTagClassName
{
color: #EEAF31;
}
</style>
background-color css
<style>
a { background-color: #EEAF31; }
a { background-color: rgb(238,175,49); }
div.DivClassName
{
background-color: #EEAF31;
}
.BgClassName
{
background-color: #EEAF31;
}
</style>
border-color css
<style>
span { border-color: #EEAF31; }
span { border-color: rgb(238,175,49); }
td.TdClassName
{
border-color: #EEAF31;
}
.TagClassName
{
border-color: #EEAF31;
}
</style>