Shades of Tulip Tree #EDB443
Tints of Tulip Tree #EDB443
RGB
CMYK
RGB Variations
Color information
#EDB443 (or 0xEDB443) is known color: Tulip Tree. HEX triplet: ED, B4 and 43. RGB value is (237,180,67). Sum of RGB (Red+Green+Blue) = 237+180+67=484 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.97% from 484); Green value is 180 (70.70% from 255 or 37.19% from 484); Blue value is 67 (26.56% from 255 or 13.84% from 484); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB443 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB443 is #124BBC. Grayscale: #B8B8B8. Windows color (decimal): -1199037 or 4437229. OLE color: 4437229.
HSL color Cylindrical-coordinate representation of color #EDB443: hue angle of 39.88º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EDB443 is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 180 | 67 | - |
| CMYK | 0 | 0.24 | 0.72 | 0.07 |
| HSL | 39.88º | 0.83% | 0.6% | - |
| HSV(B) | 39.88º | 0.72% | 0.93% | - |
| XYZ | 52.26 | 51.05 | 12.41 | - |
| YUV | 184.16 | 61.88 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 180 | 67 | 0 | 0.24 | 0.72 | 0.07 | 39.88 | 0.83 | 0.6 |
| Hex | ED | B4 | 43 | 0 | 18 | 48 | 7 | 28 | 53 | 3C |
| Octal | 355 | 264 | 103 | 0 | 30 | 110 | 7 | 50 | 123 | 74 |
| Binary | 11101101 | 10110100 | 1000011 | 0 | 11000 | 1001000 | 111 | 101000 | 1010011 | 111100 |
Color Harmonies of #EDB443
Complementary color
Monochromatic Colors of #EDB443
Black with #EDB443
Text Example
Text Example
White with #EDB443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB443; }
p { color: rgb(237,180,67); }
H1.HeaderClassName
{
color: #EDB443;
}
.AnyTagClassName
{
color: #EDB443;
}
</style>
background-color css
<style>
a { background-color: #EDB443; }
a { background-color: rgb(237,180,67); }
div.DivClassName
{
background-color: #EDB443;
}
.BgClassName
{
background-color: #EDB443;
}
</style>
border-color css
<style>
span { border-color: #EDB443; }
span { border-color: rgb(237,180,67); }
td.TdClassName
{
border-color: #EDB443;
}
.TagClassName
{
border-color: #EDB443;
}
</style>