#E68C45

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

Shades of Flamenco #E68C45

Tints of Flamenco #E68C45

Color information

#E68C45 (or 0xE68C45) is unknown color: approx Flamenco. HEX triplet: E6, 8C and 45. RGB value is (230,140,69). Sum of RGB (Red+Green+Blue) = 230+140+69=439 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.39% from 439); Green value is 140 (55.08% from 255 or 31.89% from 439); Blue value is 69 (27.34% from 255 or 15.72% from 439); Max value from RGB is 230 - color contains mainly: red. Hex color #E68C45 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68C45 is #1973BA. Grayscale: #9F9F9F. Windows color (decimal): -1668027 or 4558054. OLE color: 4558054.

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

Color convert

RGB23014069-
CMYK00.390.70.10
HSL26.46º76.3%58.63%-
HSV(B)26.46º70%90.2%-
XYZ43.0936.0110.31-
YUV158.8277.32178.77-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 52.39%
GREEN value IS 140 (55.08% from 255) = 31.89%
BLUE value IS 69 (27.34% from 255) = 15.72%
R=52.39%
G=31.89%
B=15.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.7
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301406900.390.70.1026.4676.358.63
HexE68C4502746A1a4c3b
Octal346214105047106123211473
Binary11100110100011001000101010011110001101010110101001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68C45; }

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

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

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

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

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

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

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

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