#E6894F

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

Shades of Flamenco #E6894F

Tints of Flamenco #E6894F

Color information

#E6894F (or 0xE6894F) is unknown color: approx Flamenco. HEX triplet: E6, 89 and 4F. RGB value is (230,137,79). Sum of RGB (Red+Green+Blue) = 230+137+79=446 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.57% from 446); Green value is 137 (53.91% from 255 or 30.72% from 446); Blue value is 79 (31.25% from 255 or 17.71% from 446); Max value from RGB is 230 - color contains mainly: red. Hex color #E6894F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6894F is #1976B0. Grayscale: #9E9E9E. Windows color (decimal): -1668785 or 5212646. OLE color: 5212646.

HSL color Cylindrical-coordinate representation of color #E6894F: hue angle of 23.05º 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 #E6894F is Cyan = 0, Magento = 0.40, Yellow = 0.66 and Black (K on CMYK) = 0.10.

Color convert

RGB23013779-
CMYK00.400.660.10
HSL23.05º75.12%60.59%-
HSV(B)23.05º65.65%90.2%-
XYZ42.9935.2811.94-
YUV158.283.31179.22-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 51.57%
GREEN value IS 137 (53.91% from 255) = 30.72%
BLUE value IS 79 (31.25% from 255) = 17.71%
R=51.57%
G=30.72%
B=17.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.66
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301377900.400.660.1023.0575.1260.59
HexE6894F02842A174b3d
Octal346211117050102122711375
Binary11100110100010011001111010100010000101010101111001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6894F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6894F; }

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

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

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

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

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

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

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

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