Shades of Tulip Tree #EBB640
Tints of Tulip Tree #EBB640
RGB
CMYK
RGB Variations
Color information
#EBB640 (or 0xEBB640) is known color: Tulip Tree. HEX triplet: EB, B6 and 40. RGB value is (235,182,64). Sum of RGB (Red+Green+Blue) = 235+182+64=481 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.86% from 481); Green value is 182 (71.48% from 255 or 37.84% from 481); Blue value is 64 (25.39% from 255 or 13.31% from 481); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB640 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBB640 is #1449BF. Grayscale: #B8B8B8. Windows color (decimal): -1329600 or 4241131. OLE color: 4241131.
HSL color Cylindrical-coordinate representation of color #EBB640: hue angle of 41.4º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EBB640 is Cyan = 0, Magento = 0.23, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 182 | 64 | - |
| CMYK | 0 | 0.23 | 0.73 | 0.08 |
| HSL | 41.4º | 0.81% | 0.59% | - |
| HSV(B) | 41.4º | 0.73% | 0.92% | - |
| XYZ | 51.91 | 51.49 | 12.05 | - |
| YUV | 184.4 | 60.06 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 182 | 64 | 0 | 0.23 | 0.73 | 0.08 | 41.4 | 0.81 | 0.59 |
| Hex | EB | B6 | 40 | 0 | 17 | 49 | 8 | 29 | 51 | 3B |
| Octal | 353 | 266 | 100 | 0 | 27 | 111 | 10 | 51 | 121 | 73 |
| Binary | 11101011 | 10110110 | 1000000 | 0 | 10111 | 1001001 | 1000 | 101001 | 1010001 | 111011 |
Color Harmonies of #EBB640
Complementary color
Monochromatic Colors of #EBB640
Black with #EBB640
Text Example
Text Example
White with #EBB640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB640; }
p { color: rgb(235,182,64); }
H1.HeaderClassName
{
color: #EBB640;
}
.AnyTagClassName
{
color: #EBB640;
}
</style>
background-color css
<style>
a { background-color: #EBB640; }
a { background-color: rgb(235,182,64); }
div.DivClassName
{
background-color: #EBB640;
}
.BgClassName
{
background-color: #EBB640;
}
</style>
border-color css
<style>
span { border-color: #EBB640; }
span { border-color: rgb(235,182,64); }
td.TdClassName
{
border-color: #EBB640;
}
.TagClassName
{
border-color: #EBB640;
}
</style>