#EA8746

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

Shades of Flamenco #EA8746

Tints of Flamenco #EA8746

Color information

#EA8746 (or 0xEA8746) is unknown color: approx Flamenco. HEX triplet: EA, 87 and 46. RGB value is (234,135,70). Sum of RGB (Red+Green+Blue) = 234+135+70=439 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.30% from 439); Green value is 135 (53.12% from 255 or 30.75% from 439); Blue value is 70 (27.73% from 255 or 15.95% from 439); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8746 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8746 is #1578B9. Grayscale: #9D9D9D. Windows color (decimal): -1407162 or 4622314. OLE color: 4622314.

HSL color Cylindrical-coordinate representation of color #EA8746: hue angle of 23.78º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EA8746 is Cyan = 0, Magento = 0.42, Yellow = 0.70 and Black (K on CMYK) = 0.08.

Color convert

RGB23413570-
CMYK00.420.700.08
HSL23.78º79.61%59.61%-
HSV(B)23.78º70.09%91.76%-
XYZ43.735.2610.3-
YUV157.1978.8182.79-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 53.30%
GREEN value IS 135 (53.12% from 255) = 30.75%
BLUE value IS 70 (27.73% from 255) = 15.95%
R=53.30%
G=30.75%
B=15.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.70
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341357000.420.700.0823.7879.6159.61
HexEA874602A46818503c
Octal352207106052106103012074
Binary11101010100001111000110010101010001101000110001010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8746; }

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

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

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

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

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

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

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

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