#E68548

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

Shades of Flamenco #E68548

Tints of Flamenco #E68548

Color information

#E68548 (or 0xE68548) is unknown color: approx Flamenco. HEX triplet: E6, 85 and 48. RGB value is (230,133,72). Sum of RGB (Red+Green+Blue) = 230+133+72=435 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.87% from 435); Green value is 133 (52.34% from 255 or 30.57% from 435); Blue value is 72 (28.52% from 255 or 16.55% from 435); Max value from RGB is 230 - color contains mainly: red. Hex color #E68548 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68548 is #197AB7. Grayscale: #9B9B9B. Windows color (decimal): -1669816 or 4752870. OLE color: 4752870.

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

Color convert

RGB23013372-
CMYK00.420.690.10
HSL23.16º75.96%59.22%-
HSV(B)23.16º68.7%90.2%-
XYZ42.1934.0710.48-
YUV155.0581.14181.46-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 52.87%
GREEN value IS 133 (52.34% from 255) = 30.57%
BLUE value IS 72 (28.52% from 255) = 16.55%
R=52.87%
G=30.57%
B=16.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.69
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301337200.420.690.1023.1675.9659.22
HexE6854802A45A174c3b
Octal346205110052105122711473
Binary11100110100001011001000010101010001011010101111001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68548; }

 p { color: rgb(230,133,72); }

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

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

 a { background-color: rgb(230,133,72); }

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

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

 span { border-color: rgb(230,133,72); }

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