Shades of Tulip Tree #EBAE3E
Tints of Tulip Tree #EBAE3E
RGB
CMYK
RGB Variations
Color information
#EBAE3E (or 0xEBAE3E) is known color: Tulip Tree. HEX triplet: EB, AE and 3E. RGB value is (235,174,62). Sum of RGB (Red+Green+Blue) = 235+174+62=471 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.89% from 471); Green value is 174 (68.36% from 255 or 36.94% from 471); Blue value is 62 (24.61% from 255 or 13.16% from 471); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAE3E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBAE3E is #1451C1. Grayscale: #B3B3B3. Windows color (decimal): -1331650 or 4108011. OLE color: 4108011.
HSL color Cylindrical-coordinate representation of color #EBAE3E: hue angle of 38.84º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EBAE3E is Cyan = 0, Magento = 0.26, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 174 | 62 | - |
| CMYK | 0 | 0.26 | 0.74 | 0.08 |
| HSL | 38.84º | 0.81% | 0.58% | - |
| HSV(B) | 38.84º | 0.74% | 0.92% | - |
| XYZ | 50.27 | 48.28 | 11.23 | - |
| YUV | 179.47 | 61.71 | 167.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 174 | 62 | 0 | 0.26 | 0.74 | 0.08 | 38.84 | 0.81 | 0.58 |
| Hex | EB | AE | 3E | 0 | 1A | 4A | 8 | 27 | 51 | 3A |
| Octal | 353 | 256 | 76 | 0 | 32 | 112 | 10 | 47 | 121 | 72 |
| Binary | 11101011 | 10101110 | 111110 | 0 | 11010 | 1001010 | 1000 | 100111 | 1010001 | 111010 |
Color Harmonies of #EBAE3E
Complementary color
Monochromatic Colors of #EBAE3E
Black with #EBAE3E
Text Example
Text Example
White with #EBAE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBAE3E; }
p { color: rgb(235,174,62); }
H1.HeaderClassName
{
color: #EBAE3E;
}
.AnyTagClassName
{
color: #EBAE3E;
}
</style>
background-color css
<style>
a { background-color: #EBAE3E; }
a { background-color: rgb(235,174,62); }
div.DivClassName
{
background-color: #EBAE3E;
}
.BgClassName
{
background-color: #EBAE3E;
}
</style>
border-color css
<style>
span { border-color: #EBAE3E; }
span { border-color: rgb(235,174,62); }
td.TdClassName
{
border-color: #EBAE3E;
}
.TagClassName
{
border-color: #EBAE3E;
}
</style>