Shades of Tulip Tree #E6A52F
Tints of Tulip Tree #E6A52F
RGB
CMYK
RGB Variations
Color information
#E6A52F (or 0xE6A52F) is known color: Tulip Tree. HEX triplet: E6, A5 and 2F. RGB value is (230,165,47). Sum of RGB (Red+Green+Blue) = 230+165+47=442 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.04% from 442); Green value is 165 (64.84% from 255 or 37.33% from 442); Blue value is 47 (18.75% from 255 or 10.63% from 442); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A52F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6A52F is #195AD0. Grayscale: #ABABAB. Windows color (decimal): -1661649 or 3122662. OLE color: 3122662.
HSL color Cylindrical-coordinate representation of color #E6A52F: hue angle of 38.69º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E6A52F is Cyan = 0, Magento = 0.28, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 165 | 47 | - |
| CMYK | 0 | 0.28 | 0.80 | 0.10 |
| HSL | 38.69º | 0.79% | 0.54% | - |
| HSV(B) | 38.69º | 0.8% | 0.9% | - |
| XYZ | 46.6 | 43.94 | 8.71 | - |
| YUV | 170.98 | 58.03 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 165 | 47 | 0 | 0.28 | 0.80 | 0.10 | 38.69 | 0.79 | 0.54 |
| Hex | E6 | A5 | 2F | 0 | 1C | 50 | A | 27 | 4F | 36 |
| Octal | 346 | 245 | 57 | 0 | 34 | 120 | 12 | 47 | 117 | 66 |
| Binary | 11100110 | 10100101 | 101111 | 0 | 11100 | 1010000 | 1010 | 100111 | 1001111 | 110110 |
Color Harmonies of #E6A52F
Complementary color
Monochromatic Colors of #E6A52F
Black with #E6A52F
Text Example
Text Example
White with #E6A52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A52F; }
p { color: rgb(230,165,47); }
H1.HeaderClassName
{
color: #E6A52F;
}
.AnyTagClassName
{
color: #E6A52F;
}
</style>
background-color css
<style>
a { background-color: #E6A52F; }
a { background-color: rgb(230,165,47); }
div.DivClassName
{
background-color: #E6A52F;
}
.BgClassName
{
background-color: #E6A52F;
}
</style>
border-color css
<style>
span { border-color: #E6A52F; }
span { border-color: rgb(230,165,47); }
td.TdClassName
{
border-color: #E6A52F;
}
.TagClassName
{
border-color: #E6A52F;
}
</style>