Shades of Tulip Tree #EDB93D
Tints of Tulip Tree #EDB93D
RGB
CMYK
RGB Variations
Color information
#EDB93D (or 0xEDB93D) is known color: Tulip Tree. HEX triplet: ED, B9 and 3D. RGB value is (237,185,61). Sum of RGB (Red+Green+Blue) = 237+185+61=483 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.07% from 483); Green value is 185 (72.66% from 255 or 38.30% from 483); Blue value is 61 (24.22% from 255 or 12.63% from 483); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB93D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB93D is #1246C2. Grayscale: #BABABA. Windows color (decimal): -1197763 or 4045293. OLE color: 4045293.
HSL color Cylindrical-coordinate representation of color #EDB93D: hue angle of 42.27º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EDB93D is Cyan = 0, Magento = 0.22, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 185 | 61 | - |
| CMYK | 0 | 0.22 | 0.74 | 0.07 |
| HSL | 42.27º | 0.83% | 0.58% | - |
| HSV(B) | 42.27º | 0.74% | 0.93% | - |
| XYZ | 53.12 | 53.04 | 11.85 | - |
| YUV | 186.41 | 57.23 | 164.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 185 | 61 | 0 | 0.22 | 0.74 | 0.07 | 42.27 | 0.83 | 0.58 |
| Hex | ED | B9 | 3D | 0 | 16 | 4A | 7 | 2A | 53 | 3A |
| Octal | 355 | 271 | 75 | 0 | 26 | 112 | 7 | 52 | 123 | 72 |
| Binary | 11101101 | 10111001 | 111101 | 0 | 10110 | 1001010 | 111 | 101010 | 1010011 | 111010 |
Color Harmonies of #EDB93D
Complementary color
Monochromatic Colors of #EDB93D
Black with #EDB93D
Text Example
Text Example
White with #EDB93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB93D; }
p { color: rgb(237,185,61); }
H1.HeaderClassName
{
color: #EDB93D;
}
.AnyTagClassName
{
color: #EDB93D;
}
</style>
background-color css
<style>
a { background-color: #EDB93D; }
a { background-color: rgb(237,185,61); }
div.DivClassName
{
background-color: #EDB93D;
}
.BgClassName
{
background-color: #EDB93D;
}
</style>
border-color css
<style>
span { border-color: #EDB93D; }
span { border-color: rgb(237,185,61); }
td.TdClassName
{
border-color: #EDB93D;
}
.TagClassName
{
border-color: #EDB93D;
}
</style>