Shades of Tulip Tree #E6AD4A
Tints of Tulip Tree #E6AD4A
RGB
CMYK
RGB Variations
Color information
#E6AD4A (or 0xE6AD4A) is known color: Tulip Tree. HEX triplet: E6, AD and 4A. RGB value is (230,173,74). Sum of RGB (Red+Green+Blue) = 230+173+74=477 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.22% from 477); Green value is 173 (67.97% from 255 or 36.27% from 477); Blue value is 74 (29.30% from 255 or 15.51% from 477); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AD4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6AD4A is #1952B5. Grayscale: #B3B3B3. Windows color (decimal): -1659574 or 4894182. OLE color: 4894182.
HSL color Cylindrical-coordinate representation of color #E6AD4A: hue angle of 38.08º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E6AD4A is Cyan = 0, Magento = 0.25, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
RGB | 230 | 173 | 74 | - |
CMYK | 0 | 0.25 | 0.68 | 0.10 |
HSL | 38.08º | 0.76% | 0.6% | - |
HSV(B) | 38.08º | 0.68% | 0.9% | - |
XYZ | 48.81 | 47.2 | 13.02 | - |
YUV | 178.76 | 68.88 | 164.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 173 | 74 | 0 | 0.25 | 0.68 | 0.10 | 38.08 | 0.76 | 0.6 |
Hex | E6 | AD | 4A | 0 | 19 | 44 | A | 26 | 4C | 3C |
Octal | 346 | 255 | 112 | 0 | 31 | 104 | 12 | 46 | 114 | 74 |
Binary | 11100110 | 10101101 | 1001010 | 0 | 11001 | 1000100 | 1010 | 100110 | 1001100 | 111100 |
Color Harmonies of #E6AD4A
Complementary color
Monochromatic Colors of #E6AD4A
Black with #E6AD4A
Text Example
Text Example
White with #E6AD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AD4A; }
p { color: rgb(230,173,74); }
H1.HeaderClassName
{
color: #E6AD4A;
}
.AnyTagClassName
{
color: #E6AD4A;
}
</style>
background-color css
<style>
a { background-color: #E6AD4A; }
a { background-color: rgb(230,173,74); }
div.DivClassName
{
background-color: #E6AD4A;
}
.BgClassName
{
background-color: #E6AD4A;
}
</style>
border-color css
<style>
span { border-color: #E6AD4A; }
span { border-color: rgb(230,173,74); }
td.TdClassName
{
border-color: #E6AD4A;
}
.TagClassName
{
border-color: #E6AD4A;
}
</style>