#E68C50

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

Shades of Flamenco #E68C50

Tints of Flamenco #E68C50

Color information

#E68C50 (or 0xE68C50) is unknown color: approx Flamenco. HEX triplet: E6, 8C and 50. RGB value is (230,140,80). Sum of RGB (Red+Green+Blue) = 230+140+80=450 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.11% from 450); Green value is 140 (55.08% from 255 or 31.11% from 450); Blue value is 80 (31.64% from 255 or 17.78% from 450); Max value from RGB is 230 - color contains mainly: red. Hex color #E68C50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68C50 is #1973AF. Grayscale: #A0A0A0. Windows color (decimal): -1668016 or 5278950. OLE color: 5278950.

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

Color convert

RGB23014080-
CMYK00.390.650.10
HSL24º75%60.78%-
HSV(B)24º65.22%90.2%-
XYZ43.4636.1612.28-
YUV160.0782.82177.88-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 51.11%
GREEN value IS 140 (55.08% from 255) = 31.11%
BLUE value IS 80 (31.64% from 255) = 17.78%
R=51.11%
G=31.11%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.65
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301408000.390.650.10247560.78
HexE68C5002741A184b3d
Octal346214120047101123011375
Binary11100110100011001010000010011110000011010110001001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68C50; }

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

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

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

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

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

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

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

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