#E68C4C

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

Shades of Flamenco #E68C4C

Tints of Flamenco #E68C4C

Color information

#E68C4C (or 0xE68C4C) is unknown color: approx Flamenco. HEX triplet: E6, 8C and 4C. RGB value is (230,140,76). Sum of RGB (Red+Green+Blue) = 230+140+76=446 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.57% from 446); Green value is 140 (55.08% from 255 or 31.39% from 446); Blue value is 76 (30.08% from 255 or 17.04% from 446); Max value from RGB is 230 - color contains mainly: red. Hex color #E68C4C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68C4C is #1973B3. Grayscale: #9F9F9F. Windows color (decimal): -1668020 or 5016806. OLE color: 5016806.

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

Color convert

RGB23014076-
CMYK00.390.670.10
HSL24.94º75.49%60%-
HSV(B)24.94º66.96%90.2%-
XYZ43.3236.111.52-
YUV159.6180.82178.2-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 51.57%
GREEN value IS 140 (55.08% from 255) = 31.39%
BLUE value IS 76 (30.08% from 255) = 17.04%
R=51.57%
G=31.39%
B=17.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.67
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301407600.390.670.1024.9475.4960
HexE68C4C02743A194b3c
Octal346214114047103123111374
Binary11100110100011001001100010011110000111010110011001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68C4C; }

 p { color: rgb(230,140,76); }

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

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

 a { background-color: rgb(230,140,76); }

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

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

 span { border-color: rgb(230,140,76); }

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