#e07c32

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

Shades of Tree Poppy #E07C32

Tints of Tree Poppy #E07C32

Color information

#E07C32 (or 0xE07C32) is unknown color: approx Tree Poppy. HEX triplet: E0, 7C and 32. RGB value is (224,124,50). Sum of RGB (Red+Green+Blue) = 224+124+50=398 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.28% from 398); Green value is 124 (48.83% from 255 or 31.16% from 398); Blue value is 50 (19.92% from 255 or 12.56% from 398); Max value from RGB is 224 - color contains mainly: red. Hex color #E07C32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07C32 is #1F83CD. Grayscale: #919191. Windows color (decimal): -2065358 or 3308768. OLE color: 3308768.

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

Color convert

RGB22412450-
CMYK00.450.780.12
HSL25.52º73.73%53.73%-
HSV(B)25.52º77.68%87.84%-
XYZ38.5230.496.87-
YUV145.4674.13184.02-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 56.28%
GREEN value IS 124 (48.83% from 255) = 31.16%
BLUE value IS 50 (19.92% from 255) = 12.56%
R=56.28%
G=31.16%
B=12.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.78
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241245000.450.780.1225.5273.7353.73
HexE07C3202D4EC1a4a36
Octal34017462055116143211266
Binary111000001111100110010010110110011101100110101001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e07c32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e07c32; }

 p { color: rgb(224,124,50); }

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

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

 a { background-color: rgb(224,124,50); }

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

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

 span { border-color: rgb(224,124,50); }

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