Shades of Tulip Tree #EBA73E
Tints of Tulip Tree #EBA73E
RGB
CMYK
RGB Variations
Color information
#EBA73E (or 0xEBA73E) is known color: Tulip Tree. HEX triplet: EB, A7 and 3E. RGB value is (235,167,62). Sum of RGB (Red+Green+Blue) = 235+167+62=464 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.65% from 464); Green value is 167 (65.62% from 255 or 35.99% from 464); Blue value is 62 (24.61% from 255 or 13.36% from 464); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA73E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA73E is #1458C1. Grayscale: #AFAFAF. Windows color (decimal): -1333442 or 4106219. OLE color: 4106219.
HSL color Cylindrical-coordinate representation of color #EBA73E: hue angle of 36.42º 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 #EBA73E is Cyan = 0, Magento = 0.29, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 167 | 62 | - |
| CMYK | 0 | 0.29 | 0.74 | 0.08 |
| HSL | 36.42º | 0.81% | 0.58% | - |
| HSV(B) | 36.42º | 0.74% | 0.92% | - |
| XYZ | 48.95 | 45.65 | 10.79 | - |
| YUV | 175.36 | 64.03 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 167 | 62 | 0 | 0.29 | 0.74 | 0.08 | 36.42 | 0.81 | 0.58 |
| Hex | EB | A7 | 3E | 0 | 1D | 4A | 8 | 24 | 51 | 3A |
| Octal | 353 | 247 | 76 | 0 | 35 | 112 | 10 | 44 | 121 | 72 |
| Binary | 11101011 | 10100111 | 111110 | 0 | 11101 | 1001010 | 1000 | 100100 | 1010001 | 111010 |
Color Harmonies of #EBA73E
Complementary color
Monochromatic Colors of #EBA73E
Black with #EBA73E
Text Example
Text Example
White with #EBA73E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA73E; }
p { color: rgb(235,167,62); }
H1.HeaderClassName
{
color: #EBA73E;
}
.AnyTagClassName
{
color: #EBA73E;
}
</style>
background-color css
<style>
a { background-color: #EBA73E; }
a { background-color: rgb(235,167,62); }
div.DivClassName
{
background-color: #EBA73E;
}
.BgClassName
{
background-color: #EBA73E;
}
</style>
border-color css
<style>
span { border-color: #EBA73E; }
span { border-color: rgb(235,167,62); }
td.TdClassName
{
border-color: #EBA73E;
}
.TagClassName
{
border-color: #EBA73E;
}
</style>