#E7824A

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

Shades of Flamenco #E7824A

Tints of Flamenco #E7824A

Color information

#E7824A (or 0xE7824A) is unknown color: approx Flamenco. HEX triplet: E7, 82 and 4A. RGB value is (231,130,74). Sum of RGB (Red+Green+Blue) = 231+130+74=435 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.10% from 435); Green value is 130 (51.17% from 255 or 29.89% from 435); Blue value is 74 (29.30% from 255 or 17.01% from 435); Max value from RGB is 231 - color contains mainly: red. Hex color #E7824A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7824A is #187DB5. Grayscale: #9A9A9A. Windows color (decimal): -1605046 or 4883175. OLE color: 4883175.

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

Color convert

RGB23113074-
CMYK00.440.680.09
HSL21.4º76.59%59.8%-
HSV(B)21.4º67.97%90.59%-
XYZ42.1733.4510.71-
YUV153.8282.96183.05-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 53.10%
GREEN value IS 130 (51.17% from 255) = 29.89%
BLUE value IS 74 (29.30% from 255) = 17.01%
R=53.10%
G=29.89%
B=17.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.68
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311307400.440.680.0921.476.5959.8
HexE7824A02C449154d3c
Octal347202112054104112511574
Binary11100111100000101001010010110010001001001101011001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7824A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7824A; }

 p { color: rgb(231,130,74); }

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

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

 a { background-color: rgb(231,130,74); }

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

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

 span { border-color: rgb(231,130,74); }

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