#E6864F

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

Shades of Flamenco #E6864F

Tints of Flamenco #E6864F

Color information

#E6864F (or 0xE6864F) is unknown color: approx Flamenco. HEX triplet: E6, 86 and 4F. RGB value is (230,134,79). Sum of RGB (Red+Green+Blue) = 230+134+79=443 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.92% from 443); Green value is 134 (52.73% from 255 or 30.25% from 443); Blue value is 79 (31.25% from 255 or 17.83% from 443); Max value from RGB is 230 - color contains mainly: red. Hex color #E6864F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6864F is #1979B0. Grayscale: #9C9C9C. Windows color (decimal): -1669553 or 5211878. OLE color: 5211878.

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

Color convert

RGB23013479-
CMYK00.420.660.10
HSL21.85º75.12%60.59%-
HSV(B)21.85º65.65%90.2%-
XYZ42.5734.4411.8-
YUV156.4384.3180.47-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 51.92%
GREEN value IS 134 (52.73% from 255) = 30.25%
BLUE value IS 79 (31.25% from 255) = 17.83%
R=51.92%
G=30.25%
B=17.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.66
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301347900.420.660.1021.8575.1260.59
HexE6864F02A42A164b3d
Octal346206117052102122611375
Binary11100110100001101001111010101010000101010101101001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6864F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6864F; }

 p { color: rgb(230,134,79); }

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

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

 a { background-color: rgb(230,134,79); }

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

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

 span { border-color: rgb(230,134,79); }

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