Shades of Tulip Tree #ECB23E
Tints of Tulip Tree #ECB23E
RGB
CMYK
RGB Variations
Color information
#ECB23E (or 0xECB23E) is known color: Tulip Tree. HEX triplet: EC, B2 and 3E. RGB value is (236,178,62). Sum of RGB (Red+Green+Blue) = 236+178+62=476 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.58% from 476); Green value is 178 (69.92% from 255 or 37.39% from 476); Blue value is 62 (24.61% from 255 or 13.03% from 476); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB23E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECB23E is #134DC1. Grayscale: #B6B6B6. Windows color (decimal): -1265090 or 4109036. OLE color: 4109036.
HSL color Cylindrical-coordinate representation of color #ECB23E: hue angle of 40º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ECB23E is Cyan = 0, Magento = 0.25, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 178 | 62 | - |
| CMYK | 0 | 0.25 | 0.74 | 0.07 |
| HSL | 40º | 0.82% | 0.58% | - |
| HSV(B) | 40º | 0.74% | 0.93% | - |
| XYZ | 51.38 | 50.02 | 11.5 | - |
| YUV | 182.12 | 60.22 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 178 | 62 | 0 | 0.25 | 0.74 | 0.07 | 40 | 0.82 | 0.58 |
| Hex | EC | B2 | 3E | 0 | 19 | 4A | 7 | 28 | 52 | 3A |
| Octal | 354 | 262 | 76 | 0 | 31 | 112 | 7 | 50 | 122 | 72 |
| Binary | 11101100 | 10110010 | 111110 | 0 | 11001 | 1001010 | 111 | 101000 | 1010010 | 111010 |
Color Harmonies of #ECB23E
Complementary color
Monochromatic Colors of #ECB23E
Black with #ECB23E
Text Example
Text Example
White with #ECB23E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB23E; }
p { color: rgb(236,178,62); }
H1.HeaderClassName
{
color: #ECB23E;
}
.AnyTagClassName
{
color: #ECB23E;
}
</style>
background-color css
<style>
a { background-color: #ECB23E; }
a { background-color: rgb(236,178,62); }
div.DivClassName
{
background-color: #ECB23E;
}
.BgClassName
{
background-color: #ECB23E;
}
</style>
border-color css
<style>
span { border-color: #ECB23E; }
span { border-color: rgb(236,178,62); }
td.TdClassName
{
border-color: #ECB23E;
}
.TagClassName
{
border-color: #ECB23E;
}
</style>