Shades of Tulip Tree #EDA545
Tints of Tulip Tree #EDA545
RGB
CMYK
RGB Variations
Color information
#EDA545 (or 0xEDA545) is known color: Tulip Tree. HEX triplet: ED, A5 and 45. RGB value is (237,165,69). Sum of RGB (Red+Green+Blue) = 237+165+69=471 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.32% from 471); Green value is 165 (64.84% from 255 or 35.03% from 471); Blue value is 69 (27.34% from 255 or 14.65% from 471); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA545 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA545 is #125ABA. Grayscale: #B0B0B0. Windows color (decimal): -1202875 or 4564461. OLE color: 4564461.
HSL color Cylindrical-coordinate representation of color #EDA545: hue angle of 34.29º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EDA545 is Cyan = 0, Magento = 0.30, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 165 | 69 | - |
| CMYK | 0 | 0.30 | 0.71 | 0.07 |
| HSL | 34.29º | 0.82% | 0.6% | - |
| HSV(B) | 34.29º | 0.71% | 0.93% | - |
| XYZ | 49.45 | 45.34 | 11.78 | - |
| YUV | 175.58 | 67.85 | 171.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 165 | 69 | 0 | 0.30 | 0.71 | 0.07 | 34.29 | 0.82 | 0.6 |
| Hex | ED | A5 | 45 | 0 | 1E | 47 | 7 | 22 | 52 | 3C |
| Octal | 355 | 245 | 105 | 0 | 36 | 107 | 7 | 42 | 122 | 74 |
| Binary | 11101101 | 10100101 | 1000101 | 0 | 11110 | 1000111 | 111 | 100010 | 1010010 | 111100 |
Color Harmonies of #EDA545
Complementary color
Monochromatic Colors of #EDA545
Black with #EDA545
Text Example
Text Example
White with #EDA545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA545; }
p { color: rgb(237,165,69); }
H1.HeaderClassName
{
color: #EDA545;
}
.AnyTagClassName
{
color: #EDA545;
}
</style>
background-color css
<style>
a { background-color: #EDA545; }
a { background-color: rgb(237,165,69); }
div.DivClassName
{
background-color: #EDA545;
}
.BgClassName
{
background-color: #EDA545;
}
</style>
border-color css
<style>
span { border-color: #EDA545; }
span { border-color: rgb(237,165,69); }
td.TdClassName
{
border-color: #EDA545;
}
.TagClassName
{
border-color: #EDA545;
}
</style>