Shades of Tulip Tree #EDAD3E
Tints of Tulip Tree #EDAD3E
RGB
CMYK
RGB Variations
Color information
#EDAD3E (or 0xEDAD3E) is known color: Tulip Tree. HEX triplet: ED, AD and 3E. RGB value is (237,173,62). Sum of RGB (Red+Green+Blue) = 237+173+62=472 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.21% from 472); Green value is 173 (67.97% from 255 or 36.65% from 472); Blue value is 62 (24.61% from 255 or 13.14% from 472); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD3E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAD3E is #1252C1. Grayscale: #B3B3B3. Windows color (decimal): -1200834 or 4107757. OLE color: 4107757.
HSL color Cylindrical-coordinate representation of color #EDAD3E: hue angle of 38.06º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EDAD3E is Cyan = 0, Magento = 0.27, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 173 | 62 | - |
| CMYK | 0 | 0.27 | 0.74 | 0.07 |
| HSL | 38.06º | 0.83% | 0.59% | - |
| HSV(B) | 38.06º | 0.74% | 0.93% | - |
| XYZ | 50.74 | 48.24 | 11.19 | - |
| YUV | 179.48 | 61.7 | 169.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 173 | 62 | 0 | 0.27 | 0.74 | 0.07 | 38.06 | 0.83 | 0.59 |
| Hex | ED | AD | 3E | 0 | 1B | 4A | 7 | 26 | 53 | 3B |
| Octal | 355 | 255 | 76 | 0 | 33 | 112 | 7 | 46 | 123 | 73 |
| Binary | 11101101 | 10101101 | 111110 | 0 | 11011 | 1001010 | 111 | 100110 | 1010011 | 111011 |
Color Harmonies of #EDAD3E
Complementary color
Monochromatic Colors of #EDAD3E
Black with #EDAD3E
Text Example
Text Example
White with #EDAD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAD3E; }
p { color: rgb(237,173,62); }
H1.HeaderClassName
{
color: #EDAD3E;
}
.AnyTagClassName
{
color: #EDAD3E;
}
</style>
background-color css
<style>
a { background-color: #EDAD3E; }
a { background-color: rgb(237,173,62); }
div.DivClassName
{
background-color: #EDAD3E;
}
.BgClassName
{
background-color: #EDAD3E;
}
</style>
border-color css
<style>
span { border-color: #EDAD3E; }
span { border-color: rgb(237,173,62); }
td.TdClassName
{
border-color: #EDAD3E;
}
.TagClassName
{
border-color: #EDAD3E;
}
</style>