#EA874B

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

Shades of Flamenco #EA874B

Tints of Flamenco #EA874B

Color information

#EA874B (or 0xEA874B) is unknown color: approx Flamenco. HEX triplet: EA, 87 and 4B. RGB value is (234,135,75). Sum of RGB (Red+Green+Blue) = 234+135+75=444 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.70% from 444); Green value is 135 (53.12% from 255 or 30.41% from 444); Blue value is 75 (29.69% from 255 or 16.89% from 444); Max value from RGB is 234 - color contains mainly: red. Hex color #EA874B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA874B is #1578B4. Grayscale: #9E9E9E. Windows color (decimal): -1407157 or 4949994. OLE color: 4949994.

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

Color convert

RGB23413575-
CMYK00.420.680.08
HSL22.64º79.1%60.59%-
HSV(B)22.64º67.95%91.76%-
XYZ43.8735.3311.16-
YUV157.7681.3182.38-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 52.70%
GREEN value IS 135 (53.12% from 255) = 30.41%
BLUE value IS 75 (29.69% from 255) = 16.89%
R=52.70%
G=30.41%
B=16.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.68
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341357500.420.680.0822.6479.160.59
HexEA874B02A448174f3d
Octal352207113052104102711775
Binary11101010100001111001011010101010001001000101111001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA874B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA874B; }

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

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

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

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

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

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

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

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