Shades of Tulip Tree #EDB143
Tints of Tulip Tree #EDB143
RGB
CMYK
RGB Variations
Color information
#EDB143 (or 0xEDB143) is known color: Tulip Tree. HEX triplet: ED, B1 and 43. RGB value is (237,177,67). Sum of RGB (Red+Green+Blue) = 237+177+67=481 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.27% from 481); Green value is 177 (69.53% from 255 or 36.80% from 481); Blue value is 67 (26.56% from 255 or 13.93% from 481); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB143 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDB143 is #124EBC. Grayscale: #B6B6B6. Windows color (decimal): -1199805 or 4436461. OLE color: 4436461.
HSL color Cylindrical-coordinate representation of color #EDB143: hue angle of 38.82º 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 #EDB143 is Cyan = 0, Magento = 0.25, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 177 | 67 | - |
| CMYK | 0 | 0.25 | 0.72 | 0.07 |
| HSL | 38.82º | 0.83% | 0.6% | - |
| HSV(B) | 38.82º | 0.72% | 0.93% | - |
| XYZ | 51.66 | 49.85 | 12.21 | - |
| YUV | 182.4 | 62.88 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 177 | 67 | 0 | 0.25 | 0.72 | 0.07 | 38.82 | 0.83 | 0.6 |
| Hex | ED | B1 | 43 | 0 | 19 | 48 | 7 | 27 | 53 | 3C |
| Octal | 355 | 261 | 103 | 0 | 31 | 110 | 7 | 47 | 123 | 74 |
| Binary | 11101101 | 10110001 | 1000011 | 0 | 11001 | 1001000 | 111 | 100111 | 1010011 | 111100 |
Color Harmonies of #EDB143
Complementary color
Monochromatic Colors of #EDB143
Black with #EDB143
Text Example
Text Example
White with #EDB143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB143; }
p { color: rgb(237,177,67); }
H1.HeaderClassName
{
color: #EDB143;
}
.AnyTagClassName
{
color: #EDB143;
}
</style>
background-color css
<style>
a { background-color: #EDB143; }
a { background-color: rgb(237,177,67); }
div.DivClassName
{
background-color: #EDB143;
}
.BgClassName
{
background-color: #EDB143;
}
</style>
border-color css
<style>
span { border-color: #EDB143; }
span { border-color: rgb(237,177,67); }
td.TdClassName
{
border-color: #EDB143;
}
.TagClassName
{
border-color: #EDB143;
}
</style>