Shades of Tulip Tree #EDAE3E
Tints of Tulip Tree #EDAE3E
RGB
CMYK
RGB Variations
Color information
#EDAE3E (or 0xEDAE3E) is known color: Tulip Tree. HEX triplet: ED, AE and 3E. RGB value is (237,174,62). Sum of RGB (Red+Green+Blue) = 237+174+62=473 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.11% from 473); Green value is 174 (68.36% from 255 or 36.79% from 473); Blue value is 62 (24.61% from 255 or 13.11% from 473); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAE3E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAE3E is #1251C1. Grayscale: #B4B4B4. Windows color (decimal): -1200578 or 4108013. OLE color: 4108013.
HSL color Cylindrical-coordinate representation of color #EDAE3E: hue angle of 38.4º 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 #EDAE3E is Cyan = 0, Magento = 0.27, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 174 | 62 | - |
| CMYK | 0 | 0.27 | 0.74 | 0.07 |
| HSL | 38.4º | 0.83% | 0.59% | - |
| HSV(B) | 38.4º | 0.74% | 0.93% | - |
| XYZ | 50.93 | 48.62 | 11.26 | - |
| YUV | 180.07 | 61.37 | 168.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 174 | 62 | 0 | 0.27 | 0.74 | 0.07 | 38.4 | 0.83 | 0.59 |
| Hex | ED | AE | 3E | 0 | 1B | 4A | 7 | 26 | 53 | 3B |
| Octal | 355 | 256 | 76 | 0 | 33 | 112 | 7 | 46 | 123 | 73 |
| Binary | 11101101 | 10101110 | 111110 | 0 | 11011 | 1001010 | 111 | 100110 | 1010011 | 111011 |
Color Harmonies of #EDAE3E
Complementary color
Monochromatic Colors of #EDAE3E
Black with #EDAE3E
Text Example
Text Example
White with #EDAE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAE3E; }
p { color: rgb(237,174,62); }
H1.HeaderClassName
{
color: #EDAE3E;
}
.AnyTagClassName
{
color: #EDAE3E;
}
</style>
background-color css
<style>
a { background-color: #EDAE3E; }
a { background-color: rgb(237,174,62); }
div.DivClassName
{
background-color: #EDAE3E;
}
.BgClassName
{
background-color: #EDAE3E;
}
</style>
border-color css
<style>
span { border-color: #EDAE3E; }
span { border-color: rgb(237,174,62); }
td.TdClassName
{
border-color: #EDAE3E;
}
.TagClassName
{
border-color: #EDAE3E;
}
</style>