Shades of Tulip Tree #EDB142
Tints of Tulip Tree #EDB142
RGB
CMYK
RGB Variations
Color information
#EDB142 (or 0xEDB142) is known color: Tulip Tree. HEX triplet: ED, B1 and 42. RGB value is (237,177,66). Sum of RGB (Red+Green+Blue) = 237+177+66=480 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.38% from 480); Green value is 177 (69.53% from 255 or 36.88% from 480); Blue value is 66 (26.17% from 255 or 13.75% from 480); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB142 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDB142 is #124EBD. Grayscale: #B6B6B6. Windows color (decimal): -1199806 or 4370925. OLE color: 4370925.
HSL color Cylindrical-coordinate representation of color #EDB142: hue angle of 38.95º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EDB142 is Cyan = 0, Magento = 0.25, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 177 | 66 | - |
| CMYK | 0 | 0.25 | 0.72 | 0.07 |
| HSL | 38.95º | 0.83% | 0.59% | - |
| HSV(B) | 38.95º | 0.72% | 0.93% | - |
| XYZ | 51.63 | 49.84 | 12.05 | - |
| YUV | 182.29 | 62.38 | 167.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 177 | 66 | 0 | 0.25 | 0.72 | 0.07 | 38.95 | 0.83 | 0.59 |
| Hex | ED | B1 | 42 | 0 | 19 | 48 | 7 | 27 | 53 | 3B |
| Octal | 355 | 261 | 102 | 0 | 31 | 110 | 7 | 47 | 123 | 73 |
| Binary | 11101101 | 10110001 | 1000010 | 0 | 11001 | 1001000 | 111 | 100111 | 1010011 | 111011 |
Color Harmonies of #EDB142
Complementary color
Monochromatic Colors of #EDB142
Black with #EDB142
Text Example
Text Example
White with #EDB142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB142; }
p { color: rgb(237,177,66); }
H1.HeaderClassName
{
color: #EDB142;
}
.AnyTagClassName
{
color: #EDB142;
}
</style>
background-color css
<style>
a { background-color: #EDB142; }
a { background-color: rgb(237,177,66); }
div.DivClassName
{
background-color: #EDB142;
}
.BgClassName
{
background-color: #EDB142;
}
</style>
border-color css
<style>
span { border-color: #EDB142; }
span { border-color: rgb(237,177,66); }
td.TdClassName
{
border-color: #EDB142;
}
.TagClassName
{
border-color: #EDB142;
}
</style>