Shades of Tulip Tree #EBB441
Tints of Tulip Tree #EBB441
RGB
CMYK
RGB Variations
Color information
#EBB441 (or 0xEBB441) is known color: Tulip Tree. HEX triplet: EB, B4 and 41. RGB value is (235,180,65). Sum of RGB (Red+Green+Blue) = 235+180+65=480 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.96% from 480); Green value is 180 (70.70% from 255 or 37.5% from 480); Blue value is 65 (25.78% from 255 or 13.54% from 480); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB441 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBB441 is #144BBE. Grayscale: #B7B7B7. Windows color (decimal): -1330111 or 4306155. OLE color: 4306155.
HSL color Cylindrical-coordinate representation of color #EBB441: hue angle of 40.59º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EBB441 is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 180 | 65 | - |
| CMYK | 0 | 0.23 | 0.72 | 0.08 |
| HSL | 40.59º | 0.81% | 0.59% | - |
| HSV(B) | 40.59º | 0.72% | 0.92% | - |
| XYZ | 51.54 | 50.69 | 12.07 | - |
| YUV | 183.34 | 61.22 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 180 | 65 | 0 | 0.23 | 0.72 | 0.08 | 40.59 | 0.81 | 0.59 |
| Hex | EB | B4 | 41 | 0 | 17 | 48 | 8 | 29 | 51 | 3B |
| Octal | 353 | 264 | 101 | 0 | 27 | 110 | 10 | 51 | 121 | 73 |
| Binary | 11101011 | 10110100 | 1000001 | 0 | 10111 | 1001000 | 1000 | 101001 | 1010001 | 111011 |
Color Harmonies of #EBB441
Complementary color
Monochromatic Colors of #EBB441
Black with #EBB441
Text Example
Text Example
White with #EBB441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB441; }
p { color: rgb(235,180,65); }
H1.HeaderClassName
{
color: #EBB441;
}
.AnyTagClassName
{
color: #EBB441;
}
</style>
background-color css
<style>
a { background-color: #EBB441; }
a { background-color: rgb(235,180,65); }
div.DivClassName
{
background-color: #EBB441;
}
.BgClassName
{
background-color: #EBB441;
}
</style>
border-color css
<style>
span { border-color: #EBB441; }
span { border-color: rgb(235,180,65); }
td.TdClassName
{
border-color: #EBB441;
}
.TagClassName
{
border-color: #EBB441;
}
</style>