#EA8944

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

Shades of Flamenco #EA8944

Tints of Flamenco #EA8944

Color information

#EA8944 (or 0xEA8944) is unknown color: approx Flamenco. HEX triplet: EA, 89 and 44. RGB value is (234,137,68). Sum of RGB (Red+Green+Blue) = 234+137+68=439 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.30% from 439); Green value is 137 (53.91% from 255 or 31.21% from 439); Blue value is 68 (26.95% from 255 or 15.49% from 439); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8944 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8944 is #1576BB. Grayscale: #9E9E9E. Windows color (decimal): -1406652 or 4491754. OLE color: 4491754.

HSL color Cylindrical-coordinate representation of color #EA8944: hue angle of 24.94º 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 #EA8944 is Cyan = 0, Magento = 0.41, Yellow = 0.71 and Black (K on CMYK) = 0.08.

Color convert

RGB23413768-
CMYK00.410.710.08
HSL24.94º79.81%59.22%-
HSV(B)24.94º70.94%91.76%-
XYZ43.9235.810.06-
YUV158.1477.14182.11-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 53.30%
GREEN value IS 137 (53.91% from 255) = 31.21%
BLUE value IS 68 (26.95% from 255) = 15.49%
R=53.30%
G=31.21%
B=15.49%

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
Decimal2341376800.410.710.0824.9479.8159.22
HexEA894402947819503b
Octal352211104051107103112073
Binary11101010100010011000100010100110001111000110011010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8944; }

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

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

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

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

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

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

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

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