Shades of Tulip Tree #EBAE3C
Tints of Tulip Tree #EBAE3C
RGB
CMYK
RGB Variations
Color information
#EBAE3C (or 0xEBAE3C) is known color: Tulip Tree. HEX triplet: EB, AE and 3C. RGB value is (235,174,60). Sum of RGB (Red+Green+Blue) = 235+174+60=469 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50.11% from 469); Green value is 174 (68.36% from 255 or 37.10% from 469); Blue value is 60 (23.83% from 255 or 12.79% from 469); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAE3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBAE3C is #1451C3. Grayscale: #B3B3B3. Windows color (decimal): -1331652 or 3976939. OLE color: 3976939.
HSL color Cylindrical-coordinate representation of color #EBAE3C: hue angle of 39.09º 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 #EBAE3C is Cyan = 0, Magento = 0.26, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 174 | 60 | - |
| CMYK | 0 | 0.26 | 0.74 | 0.08 |
| HSL | 39.09º | 0.81% | 0.58% | - |
| HSV(B) | 39.09º | 0.74% | 0.92% | - |
| XYZ | 50.21 | 48.26 | 10.94 | - |
| YUV | 179.24 | 60.71 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 174 | 60 | 0 | 0.26 | 0.74 | 0.08 | 39.09 | 0.81 | 0.58 |
| Hex | EB | AE | 3C | 0 | 1A | 4A | 8 | 27 | 51 | 3A |
| Octal | 353 | 256 | 74 | 0 | 32 | 112 | 10 | 47 | 121 | 72 |
| Binary | 11101011 | 10101110 | 111100 | 0 | 11010 | 1001010 | 1000 | 100111 | 1010001 | 111010 |
Color Harmonies of #EBAE3C
Complementary color
Monochromatic Colors of #EBAE3C
Black with #EBAE3C
Text Example
Text Example
White with #EBAE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBAE3C; }
p { color: rgb(235,174,60); }
H1.HeaderClassName
{
color: #EBAE3C;
}
.AnyTagClassName
{
color: #EBAE3C;
}
</style>
background-color css
<style>
a { background-color: #EBAE3C; }
a { background-color: rgb(235,174,60); }
div.DivClassName
{
background-color: #EBAE3C;
}
.BgClassName
{
background-color: #EBAE3C;
}
</style>
border-color css
<style>
span { border-color: #EBAE3C; }
span { border-color: rgb(235,174,60); }
td.TdClassName
{
border-color: #EBAE3C;
}
.TagClassName
{
border-color: #EBAE3C;
}
</style>