#E8824F

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

Shades of Flamenco #E8824F

Tints of Flamenco #E8824F

Color information

#E8824F (or 0xE8824F) is unknown color: approx Flamenco. HEX triplet: E8, 82 and 4F. RGB value is (232,130,79). Sum of RGB (Red+Green+Blue) = 232+130+79=441 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.61% from 441); Green value is 130 (51.17% from 255 or 29.48% from 441); Blue value is 79 (31.25% from 255 or 17.91% from 441); Max value from RGB is 232 - color contains mainly: red. Hex color #E8824F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8824F is #177DB0. Grayscale: #9A9A9A. Windows color (decimal): -1539505 or 5210856. OLE color: 5210856.

HSL color Cylindrical-coordinate representation of color #E8824F: hue angle of 20º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E8824F is Cyan = 0, Magento = 0.44, Yellow = 0.66 and Black (K on CMYK) = 0.09.

Color convert

RGB23213079-
CMYK00.440.660.09
HSL20º76.88%60.98%-
HSV(B)20º65.95%90.98%-
XYZ42.6733.6911.65-
YUV154.6885.29183.15-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 52.61%
GREEN value IS 130 (51.17% from 255) = 29.48%
BLUE value IS 79 (31.25% from 255) = 17.91%
R=52.61%
G=29.48%
B=17.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.66
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321307900.440.660.092076.8860.98
HexE8824F02C429144d3d
Octal350202117054102112411575
Binary11101000100000101001111010110010000101001101001001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8824F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8824F; }

 p { color: rgb(232,130,79); }

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

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

 a { background-color: rgb(232,130,79); }

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

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

 span { border-color: rgb(232,130,79); }

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