#EA844B

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

Shades of Flamenco #EA844B

Tints of Flamenco #EA844B

Color information

#EA844B (or 0xEA844B) is unknown color: approx Flamenco. HEX triplet: EA, 84 and 4B. RGB value is (234,132,75). Sum of RGB (Red+Green+Blue) = 234+132+75=441 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.06% from 441); Green value is 132 (51.95% from 255 or 29.93% from 441); Blue value is 75 (29.69% from 255 or 17.01% from 441); Max value from RGB is 234 - color contains mainly: red. Hex color #EA844B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA844B is #157BB4. Grayscale: #9C9C9C. Windows color (decimal): -1407925 or 4949226. OLE color: 4949226.

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

Color convert

RGB23413275-
CMYK00.440.680.08
HSL21.51º79.1%60.59%-
HSV(B)21.51º67.95%91.76%-
XYZ43.4534.511.03-
YUV15682.29183.63-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 53.06%
GREEN value IS 132 (51.95% from 255) = 29.93%
BLUE value IS 75 (29.69% from 255) = 17.01%
R=53.06%
G=29.93%
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.08
SystemRedGreenBlueCMYKHSL
Decimal2341327500.440.680.0821.5179.160.59
HexEA844B02C448164f3d
Octal352204113054104102611775
Binary11101010100001001001011010110010001001000101101001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA844B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA844B; }

 p { color: rgb(234,132,75); }

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

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

 a { background-color: rgb(234,132,75); }

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

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

 span { border-color: rgb(234,132,75); }

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