Shades of Tulip Tree #EBAC3E
Tints of Tulip Tree #EBAC3E
RGB
CMYK
RGB Variations
Color information
#EBAC3E (or 0xEBAC3E) is known color: Tulip Tree. HEX triplet: EB, AC and 3E. RGB value is (235,172,62). Sum of RGB (Red+Green+Blue) = 235+172+62=469 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50.11% from 469); Green value is 172 (67.58% from 255 or 36.67% from 469); Blue value is 62 (24.61% from 255 or 13.22% from 469); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAC3E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBAC3E is #1453C1. Grayscale: #B2B2B2. Windows color (decimal): -1332162 or 4107499. OLE color: 4107499.
HSL color Cylindrical-coordinate representation of color #EBAC3E: hue angle of 38.15º 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 #EBAC3E is Cyan = 0, Magento = 0.27, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 172 | 62 | - |
| CMYK | 0 | 0.27 | 0.74 | 0.08 |
| HSL | 38.15º | 0.81% | 0.58% | - |
| HSV(B) | 38.15º | 0.74% | 0.92% | - |
| XYZ | 49.88 | 47.52 | 11.1 | - |
| YUV | 178.3 | 62.37 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 172 | 62 | 0 | 0.27 | 0.74 | 0.08 | 38.15 | 0.81 | 0.58 |
| Hex | EB | AC | 3E | 0 | 1B | 4A | 8 | 26 | 51 | 3A |
| Octal | 353 | 254 | 76 | 0 | 33 | 112 | 10 | 46 | 121 | 72 |
| Binary | 11101011 | 10101100 | 111110 | 0 | 11011 | 1001010 | 1000 | 100110 | 1010001 | 111010 |
Color Harmonies of #EBAC3E
Complementary color
Monochromatic Colors of #EBAC3E
Black with #EBAC3E
Text Example
Text Example
White with #EBAC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBAC3E; }
p { color: rgb(235,172,62); }
H1.HeaderClassName
{
color: #EBAC3E;
}
.AnyTagClassName
{
color: #EBAC3E;
}
</style>
background-color css
<style>
a { background-color: #EBAC3E; }
a { background-color: rgb(235,172,62); }
div.DivClassName
{
background-color: #EBAC3E;
}
.BgClassName
{
background-color: #EBAC3E;
}
</style>
border-color css
<style>
span { border-color: #EBAC3E; }
span { border-color: rgb(235,172,62); }
td.TdClassName
{
border-color: #EBAC3E;
}
.TagClassName
{
border-color: #EBAC3E;
}
</style>