#E0844F

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

Shades of Flamenco #E0844F

Tints of Flamenco #E0844F

Color information

#E0844F (or 0xE0844F) is unknown color: approx Flamenco. HEX triplet: E0, 84 and 4F. RGB value is (224,132,79). Sum of RGB (Red+Green+Blue) = 224+132+79=435 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.49% from 435); Green value is 132 (51.95% from 255 or 30.34% from 435); Blue value is 79 (31.25% from 255 or 18.16% from 435); Max value from RGB is 224 - color contains mainly: red. Hex color #E0844F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0844F is #1F7BB0. Grayscale: #999999. Windows color (decimal): -2063281 or 5211360. OLE color: 5211360.

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

Color convert

RGB22413279-
CMYK00.410.650.12
HSL21.93º70.05%59.41%-
HSV(B)21.93º64.73%87.84%-
XYZ40.432.9111.62-
YUV153.4785.98178.31-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 51.49%
GREEN value IS 132 (51.95% from 255) = 30.34%
BLUE value IS 79 (31.25% from 255) = 18.16%
R=51.49%
G=30.34%
B=18.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.65
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241327900.410.650.1221.9370.0559.41
HexE0844F02941C16463b
Octal340204117051101142610673
Binary11100000100001001001111010100110000011100101101000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0844F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0844F; }

 p { color: rgb(224,132,79); }

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

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

 a { background-color: rgb(224,132,79); }

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

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

 span { border-color: rgb(224,132,79); }

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