Shades of Tulip Tree #ECA83A
Tints of Tulip Tree #ECA83A
RGB
CMYK
RGB Variations
Color information
#ECA83A (or 0xECA83A) is known color: Tulip Tree. HEX triplet: EC, A8 and 3A. RGB value is (236,168,58). Sum of RGB (Red+Green+Blue) = 236+168+58=462 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.08% from 462); Green value is 168 (66.02% from 255 or 36.36% from 462); Blue value is 58 (23.05% from 255 or 12.55% from 462); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA83A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECA83A is #1357C5. Grayscale: #B0B0B0. Windows color (decimal): -1267654 or 3844332. OLE color: 3844332.
HSL color Cylindrical-coordinate representation of color #ECA83A: hue angle of 37.08º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ECA83A is Cyan = 0, Magento = 0.29, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 168 | 58 | - |
| CMYK | 0 | 0.29 | 0.75 | 0.07 |
| HSL | 37.08º | 0.82% | 0.58% | - |
| HSV(B) | 37.08º | 0.75% | 0.93% | - |
| XYZ | 49.36 | 46.14 | 10.31 | - |
| YUV | 175.79 | 61.53 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 168 | 58 | 0 | 0.29 | 0.75 | 0.07 | 37.08 | 0.82 | 0.58 |
| Hex | EC | A8 | 3A | 0 | 1D | 4B | 7 | 25 | 52 | 3A |
| Octal | 354 | 250 | 72 | 0 | 35 | 113 | 7 | 45 | 122 | 72 |
| Binary | 11101100 | 10101000 | 111010 | 0 | 11101 | 1001011 | 111 | 100101 | 1010010 | 111010 |
Color Harmonies of #ECA83A
Complementary color
Monochromatic Colors of #ECA83A
Black with #ECA83A
Text Example
Text Example
White with #ECA83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA83A; }
p { color: rgb(236,168,58); }
H1.HeaderClassName
{
color: #ECA83A;
}
.AnyTagClassName
{
color: #ECA83A;
}
</style>
background-color css
<style>
a { background-color: #ECA83A; }
a { background-color: rgb(236,168,58); }
div.DivClassName
{
background-color: #ECA83A;
}
.BgClassName
{
background-color: #ECA83A;
}
</style>
border-color css
<style>
span { border-color: #ECA83A; }
span { border-color: rgb(236,168,58); }
td.TdClassName
{
border-color: #ECA83A;
}
.TagClassName
{
border-color: #ECA83A;
}
</style>