#E6834E

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

Shades of Flamenco #E6834E

Tints of Flamenco #E6834E

Color information

#E6834E (or 0xE6834E) is unknown color: approx Flamenco. HEX triplet: E6, 83 and 4E. RGB value is (230,131,78). Sum of RGB (Red+Green+Blue) = 230+131+78=439 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.39% from 439); Green value is 131 (51.56% from 255 or 29.84% from 439); Blue value is 78 (30.86% from 255 or 17.77% from 439); Max value from RGB is 230 - color contains mainly: red. Hex color #E6834E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6834E is #197CB1. Grayscale: #9A9A9A. Windows color (decimal): -1670322 or 5145574. OLE color: 5145574.

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

Color convert

RGB23013178-
CMYK00.430.660.10
HSL20.92º75.25%60.39%-
HSV(B)20.92º66.09%90.2%-
XYZ42.1233.6111.47-
YUV154.5684.8181.81-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 52.39%
GREEN value IS 131 (51.56% from 255) = 29.84%
BLUE value IS 78 (30.86% from 255) = 17.77%
R=52.39%
G=29.84%
B=17.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.66
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301317800.430.660.1020.9275.2560.39
HexE6834E02B42A154b3c
Octal346203116053102122511374
Binary11100110100000111001110010101110000101010101011001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6834E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6834E; }

 p { color: rgb(230,131,78); }

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

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

 a { background-color: rgb(230,131,78); }

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

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

 span { border-color: rgb(230,131,78); }

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