Shades of Tree Poppy #E18338
Tints of Tree Poppy #E18338
RGB
CMYK
RGB Variations
Color information
#E18338 (or 0xE18338) is known color: Tree Poppy. HEX triplet: E1, 83 and 38. RGB value is (225,131,56). Sum of RGB (Red+Green+Blue) = 225+131+56=412 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.61% from 412); Green value is 131 (51.56% from 255 or 31.80% from 412); Blue value is 56 (22.27% from 255 or 13.59% from 412); Max value from RGB is 225 - color contains mainly: red. Hex color #E18338 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18338 is #1E7CC7. Grayscale: #969696. Windows color (decimal): -1998024 or 3703777. OLE color: 3703777.
HSL color Cylindrical-coordinate representation of color #E18338: hue angle of 26.63º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E18338 is Cyan = 0, Magento = 0.42, Yellow = 0.75 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 131 | 56 | - |
| CMYK | 0 | 0.42 | 0.75 | 0.12 |
| HSL | 26.63º | 0.74% | 0.55% | - |
| HSV(B) | 26.63º | 0.75% | 0.88% | - |
| XYZ | 39.88 | 32.53 | 7.92 | - |
| YUV | 150.56 | 74.64 | 181.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 131 | 56 | 0 | 0.42 | 0.75 | 0.12 | 26.63 | 0.74 | 0.55 |
| Hex | E1 | 83 | 38 | 0 | 2A | 4B | C | 1B | 4A | 37 |
| Octal | 341 | 203 | 70 | 0 | 52 | 113 | 14 | 33 | 112 | 67 |
| Binary | 11100001 | 10000011 | 111000 | 0 | 101010 | 1001011 | 1100 | 11011 | 1001010 | 110111 |
Color Harmonies of #E18338
Complementary color
Monochromatic Colors of #E18338
Black with #E18338
Text Example
Text Example
White with #E18338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18338; }
p { color: rgb(225,131,56); }
H1.HeaderClassName
{
color: #E18338;
}
.AnyTagClassName
{
color: #E18338;
}
</style>
background-color css
<style>
a { background-color: #E18338; }
a { background-color: rgb(225,131,56); }
div.DivClassName
{
background-color: #E18338;
}
.BgClassName
{
background-color: #E18338;
}
</style>
border-color css
<style>
span { border-color: #E18338; }
span { border-color: rgb(225,131,56); }
td.TdClassName
{
border-color: #E18338;
}
.TagClassName
{
border-color: #E18338;
}
</style>