#EA824A

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

Shades of Flamenco #EA824A

Tints of Flamenco #EA824A

Color information

#EA824A (or 0xEA824A) is unknown color: approx Flamenco. HEX triplet: EA, 82 and 4A. RGB value is (234,130,74). Sum of RGB (Red+Green+Blue) = 234+130+74=438 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.42% from 438); Green value is 130 (51.17% from 255 or 29.68% from 438); Blue value is 74 (29.30% from 255 or 16.89% from 438); Max value from RGB is 234 - color contains mainly: red. Hex color #EA824A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA824A is #157DB5. Grayscale: #9B9B9B. Windows color (decimal): -1408438 or 4883178. OLE color: 4883178.

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

Color convert

RGB23413074-
CMYK00.440.680.08
HSL21º79.21%60.39%-
HSV(B)21º68.38%91.76%-
XYZ43.1533.9510.76-
YUV154.7182.46184.55-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 53.42%
GREEN value IS 130 (51.17% from 255) = 29.68%
BLUE value IS 74 (29.30% from 255) = 16.89%
R=53.42%
G=29.68%
B=16.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.68
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341307400.440.680.082179.2160.39
HexEA824A02C448154f3c
Octal352202112054104102511774
Binary11101010100000101001010010110010001001000101011001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA824A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA824A; }

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

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

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

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

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

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

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

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