#E5864B

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

Shades of Flamenco #E5864B

Tints of Flamenco #E5864B

Color information

#E5864B (or 0xE5864B) is unknown color: approx Flamenco. HEX triplet: E5, 86 and 4B. RGB value is (229,134,75). Sum of RGB (Red+Green+Blue) = 229+134+75=438 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.28% from 438); Green value is 134 (52.73% from 255 or 30.59% from 438); Blue value is 75 (29.69% from 255 or 17.12% from 438); Max value from RGB is 229 - color contains mainly: red. Hex color #E5864B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5864B is #1A79B4. Grayscale: #9C9C9C. Windows color (decimal): -1735093 or 4949733. OLE color: 4949733.

HSL color Cylindrical-coordinate representation of color #E5864B: hue angle of 22.99º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E5864B is Cyan = 0, Magento = 0.41, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB22913475-
CMYK00.410.670.10
HSL22.99º74.76%59.61%-
HSV(B)22.99º67.25%89.8%-
XYZ42.1134.2211.04-
YUV155.6882.47180.3-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 52.28%
GREEN value IS 134 (52.73% from 255) = 30.59%
BLUE value IS 75 (29.69% from 255) = 17.12%
R=52.28%
G=30.59%
B=17.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.67
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291347500.410.670.1022.9974.7659.61
HexE5864B02943A174b3c
Octal345206113051103122711374
Binary11100101100001101001011010100110000111010101111001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5864B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5864B; }

 p { color: rgb(229,134,75); }

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

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

 a { background-color: rgb(229,134,75); }

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

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

 span { border-color: rgb(229,134,75); }

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