#EA8941

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

Shades of Flamenco #EA8941

Tints of Flamenco #EA8941

Color information

#EA8941 (or 0xEA8941) is unknown color: approx Flamenco. HEX triplet: EA, 89 and 41. RGB value is (234,137,65). Sum of RGB (Red+Green+Blue) = 234+137+65=436 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.67% from 436); Green value is 137 (53.91% from 255 or 31.42% from 436); Blue value is 65 (25.78% from 255 or 14.91% from 436); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8941 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8941 is #1576BE. Grayscale: #9E9E9E. Windows color (decimal): -1406655 or 4295146. OLE color: 4295146.

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

Color convert

RGB23413765-
CMYK00.410.720.08
HSL25.56º80.09%58.63%-
HSV(B)25.56º72.22%91.76%-
XYZ43.8335.779.59-
YUV157.7975.64182.35-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 53.67%
GREEN value IS 137 (53.91% from 255) = 31.42%
BLUE value IS 65 (25.78% from 255) = 14.91%
R=53.67%
G=31.42%
B=14.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.72
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341376500.410.720.0825.5680.0958.63
HexEA89410294881a503b
Octal352211101051110103212073
Binary11101010100010011000001010100110010001000110101010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8941; }

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

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

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

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

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

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

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

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