#E08535

Color #E08535 Tree Poppy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tree Poppy #E08535

Tints of Tree Poppy #E08535

Color information

#E08535 (or 0xE08535) is unknown color: approx Tree Poppy. HEX triplet: E0, 85 and 35. RGB value is (224,133,53). Sum of RGB (Red+Green+Blue) = 224+133+53=410 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.63% from 410); Green value is 133 (52.34% from 255 or 32.44% from 410); Blue value is 53 (21.09% from 255 or 12.93% from 410); Max value from RGB is 224 - color contains mainly: red. Hex color #E08535 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08535 is #1F7ACA. Grayscale: #979797. Windows color (decimal): -2063051 or 3507680. OLE color: 3507680.

HSL color Cylindrical-coordinate representation of color #E08535: hue angle of 28.07º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E08535 is Cyan = 0, Magento = 0.41, Yellow = 0.76 and Black (K on CMYK) = 0.12.

Color convert

RGB22413353-
CMYK00.410.760.12
HSL28.07º73.39%54.31%-
HSV(B)28.07º76.34%87.84%-
XYZ39.7732.887.62-
YUV151.0972.65180-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 224 (87.89% from 255) = 54.63%
GREEN value IS 133 (52.34% from 255) = 32.44%
BLUE value IS 53 (21.09% from 255) = 12.93%
R=54.63%
G=32.44%
B=12.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.76
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241335300.410.760.1228.0773.3954.31
HexE085350294CC1c4936
Octal34020565051114143411166
Binary1110000010000101110101010100110011001100111001001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08535; }

 p { color: rgb(224,133,53); }

 H1.HeaderClassName
 {
   color: #E08535;
 }
 .AnyTagClassName
 {
   color: #E08535;
 }
</style>
background-color css

<style>
 a { background-color: #E08535; }

 a { background-color: rgb(224,133,53); }

 div.DivClassName
 {
   background-color: #E08535;
 }
 .BgClassName
 {
   background-color: #E08535;
 }
</style>
border-color css

<style>
 span { border-color: #E08535; }

 span { border-color: rgb(224,133,53); }

 td.TdClassName
 {
   border-color: #E08535;
 }
 .TagClassName
 {
   border-color: #E08535;
 }
</style>