Shades of Tulip Tree #EDA544
Tints of Tulip Tree #EDA544
RGB
CMYK
RGB Variations
Color information
#EDA544 (or 0xEDA544) is known color: Tulip Tree. HEX triplet: ED, A5 and 44. RGB value is (237,165,68). Sum of RGB (Red+Green+Blue) = 237+165+68=470 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.43% from 470); Green value is 165 (64.84% from 255 or 35.11% from 470); Blue value is 68 (26.95% from 255 or 14.47% from 470); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA544 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA544 is #125ABB. Grayscale: #AFAFAF. Windows color (decimal): -1202876 or 4498925. OLE color: 4498925.
HSL color Cylindrical-coordinate representation of color #EDA544: hue angle of 34.44º 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 #EDA544 is Cyan = 0, Magento = 0.30, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 165 | 68 | - |
| CMYK | 0 | 0.30 | 0.71 | 0.07 |
| HSL | 34.44º | 0.82% | 0.6% | - |
| HSV(B) | 34.44º | 0.71% | 0.93% | - |
| XYZ | 49.42 | 45.33 | 11.61 | - |
| YUV | 175.47 | 67.35 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 165 | 68 | 0 | 0.30 | 0.71 | 0.07 | 34.44 | 0.82 | 0.6 |
| Hex | ED | A5 | 44 | 0 | 1E | 47 | 7 | 22 | 52 | 3C |
| Octal | 355 | 245 | 104 | 0 | 36 | 107 | 7 | 42 | 122 | 74 |
| Binary | 11101101 | 10100101 | 1000100 | 0 | 11110 | 1000111 | 111 | 100010 | 1010010 | 111100 |
Color Harmonies of #EDA544
Complementary color
Monochromatic Colors of #EDA544
Black with #EDA544
Text Example
Text Example
White with #EDA544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA544; }
p { color: rgb(237,165,68); }
H1.HeaderClassName
{
color: #EDA544;
}
.AnyTagClassName
{
color: #EDA544;
}
</style>
background-color css
<style>
a { background-color: #EDA544; }
a { background-color: rgb(237,165,68); }
div.DivClassName
{
background-color: #EDA544;
}
.BgClassName
{
background-color: #EDA544;
}
</style>
border-color css
<style>
span { border-color: #EDA544; }
span { border-color: rgb(237,165,68); }
td.TdClassName
{
border-color: #EDA544;
}
.TagClassName
{
border-color: #EDA544;
}
</style>