#E68D48

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

Shades of Flamenco #E68D48

Tints of Flamenco #E68D48

Color information

#E68D48 (or 0xE68D48) is unknown color: approx Flamenco. HEX triplet: E6, 8D and 48. RGB value is (230,141,72). Sum of RGB (Red+Green+Blue) = 230+141+72=443 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.92% from 443); Green value is 141 (55.47% from 255 or 31.83% from 443); Blue value is 72 (28.52% from 255 or 16.25% from 443); Max value from RGB is 230 - color contains mainly: red. Hex color #E68D48 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68D48 is #1972B7. Grayscale: #A0A0A0. Windows color (decimal): -1667768 or 4754918. OLE color: 4754918.

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

Color convert

RGB23014172-
CMYK00.390.690.10
HSL26.2º75.96%59.22%-
HSV(B)26.2º68.7%90.2%-
XYZ43.3336.3410.86-
YUV159.7478.49178.11-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 51.92%
GREEN value IS 141 (55.47% from 255) = 31.83%
BLUE value IS 72 (28.52% from 255) = 16.25%
R=51.92%
G=31.83%
B=16.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.69
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301417200.390.690.1026.275.9659.22
HexE68D4802745A1a4c3b
Octal346215110047105123211473
Binary11100110100011011001000010011110001011010110101001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68D48; }

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

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

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

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

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

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

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

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