Shades of Tulip Tree #EDAD38
Tints of Tulip Tree #EDAD38
RGB
CMYK
RGB Variations
Color information
#EDAD38 (or 0xEDAD38) is known color: Tulip Tree. HEX triplet: ED, AD and 38. RGB value is (237,173,56). Sum of RGB (Red+Green+Blue) = 237+173+56=466 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.86% from 466); Green value is 173 (67.97% from 255 or 37.12% from 466); Blue value is 56 (22.27% from 255 or 12.02% from 466); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD38 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAD38 is #1252C7. Grayscale: #B3B3B3. Windows color (decimal): -1200840 or 3714541. OLE color: 3714541.
HSL color Cylindrical-coordinate representation of color #EDAD38: hue angle of 38.78º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EDAD38 is Cyan = 0, Magento = 0.27, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 173 | 56 | - |
| CMYK | 0 | 0.27 | 0.76 | 0.07 |
| HSL | 38.78º | 0.83% | 0.57% | - |
| HSV(B) | 38.78º | 0.76% | 0.93% | - |
| XYZ | 50.58 | 48.18 | 10.37 | - |
| YUV | 178.8 | 58.7 | 169.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 173 | 56 | 0 | 0.27 | 0.76 | 0.07 | 38.78 | 0.83 | 0.57 |
| Hex | ED | AD | 38 | 0 | 1B | 4C | 7 | 27 | 53 | 39 |
| Octal | 355 | 255 | 70 | 0 | 33 | 114 | 7 | 47 | 123 | 71 |
| Binary | 11101101 | 10101101 | 111000 | 0 | 11011 | 1001100 | 111 | 100111 | 1010011 | 111001 |
Color Harmonies of #EDAD38
Complementary color
Monochromatic Colors of #EDAD38
Black with #EDAD38
Text Example
Text Example
White with #EDAD38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAD38; }
p { color: rgb(237,173,56); }
H1.HeaderClassName
{
color: #EDAD38;
}
.AnyTagClassName
{
color: #EDAD38;
}
</style>
background-color css
<style>
a { background-color: #EDAD38; }
a { background-color: rgb(237,173,56); }
div.DivClassName
{
background-color: #EDAD38;
}
.BgClassName
{
background-color: #EDAD38;
}
</style>
border-color css
<style>
span { border-color: #EDAD38; }
span { border-color: rgb(237,173,56); }
td.TdClassName
{
border-color: #EDAD38;
}
.TagClassName
{
border-color: #EDAD38;
}
</style>