#EA8A44

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

Shades of Flamenco #EA8A44

Tints of Flamenco #EA8A44

Color information

#EA8A44 (or 0xEA8A44) is unknown color: approx Flamenco. HEX triplet: EA, 8A and 44. RGB value is (234,138,68). Sum of RGB (Red+Green+Blue) = 234+138+68=440 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.18% from 440); Green value is 138 (54.30% from 255 or 31.36% from 440); Blue value is 68 (26.95% from 255 or 15.45% from 440); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8A44 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8A44 is #1575BB. Grayscale: #9F9F9F. Windows color (decimal): -1406396 or 4492010. OLE color: 4492010.

HSL color Cylindrical-coordinate representation of color #EA8A44: hue angle of 25.3º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EA8A44 is Cyan = 0, Magento = 0.41, Yellow = 0.71 and Black (K on CMYK) = 0.08.

Color convert

RGB23413868-
CMYK00.410.710.08
HSL25.3º79.81%59.22%-
HSV(B)25.3º70.94%91.76%-
XYZ44.0636.0910.11-
YUV158.7276.8181.69-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 53.18%
GREEN value IS 138 (54.30% from 255) = 31.36%
BLUE value IS 68 (26.95% from 255) = 15.45%
R=53.18%
G=31.36%
B=15.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.71
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341386800.410.710.0825.379.8159.22
HexEA8A4402947819503b
Octal352212104051107103112073
Binary11101010100010101000100010100110001111000110011010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8A44; }

 p { color: rgb(234,138,68); }

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

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

 a { background-color: rgb(234,138,68); }

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

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

 span { border-color: rgb(234,138,68); }

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