#E68348

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

Shades of Flamenco #E68348

Tints of Flamenco #E68348

Color information

#E68348 (or 0xE68348) is unknown color: approx Flamenco. HEX triplet: E6, 83 and 48. RGB value is (230,131,72). Sum of RGB (Red+Green+Blue) = 230+131+72=433 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.12% from 433); Green value is 131 (51.56% from 255 or 30.25% from 433); Blue value is 72 (28.52% from 255 or 16.63% from 433); Max value from RGB is 230 - color contains mainly: red. Hex color #E68348 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68348 is #197CB7. Grayscale: #9A9A9A. Windows color (decimal): -1670328 or 4752358. OLE color: 4752358.

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

Color convert

RGB23013172-
CMYK00.430.690.10
HSL22.41º75.96%59.22%-
HSV(B)22.41º68.7%90.2%-
XYZ41.9233.5210.39-
YUV153.8781.8182.3-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 53.12%
GREEN value IS 131 (51.56% from 255) = 30.25%
BLUE value IS 72 (28.52% from 255) = 16.63%
R=53.12%
G=30.25%
B=16.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.69
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301317200.430.690.1022.4175.9659.22
HexE6834802B45A164c3b
Octal346203110053105122611473
Binary11100110100000111001000010101110001011010101101001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68348; }

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

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

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

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

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

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

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

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