#E68441

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

Shades of Flamenco #E68441

Tints of Flamenco #E68441

Color information

#E68441 (or 0xE68441) is unknown color: approx Flamenco. HEX triplet: E6, 84 and 41. RGB value is (230,132,65). Sum of RGB (Red+Green+Blue) = 230+132+65=427 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.86% from 427); Green value is 132 (51.95% from 255 or 30.91% from 427); Blue value is 65 (25.78% from 255 or 15.22% from 427); Max value from RGB is 230 - color contains mainly: red. Hex color #E68441 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68441 is #197BBE. Grayscale: #9A9A9A. Windows color (decimal): -1670079 or 4293862. OLE color: 4293862.

HSL color Cylindrical-coordinate representation of color #E68441: hue angle of 24.36º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E68441 is Cyan = 0, Magento = 0.43, Yellow = 0.72 and Black (K on CMYK) = 0.10.

Color convert

RGB23013265-
CMYK00.430.720.10
HSL24.36º76.74%57.84%-
HSV(B)24.36º71.74%90.2%-
XYZ41.8433.719.3-
YUV153.6677.97182.45-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 53.86%
GREEN value IS 132 (51.95% from 255) = 30.91%
BLUE value IS 65 (25.78% from 255) = 15.22%
R=53.86%
G=30.91%
B=15.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.72
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301326500.430.720.1024.3676.7457.84
HexE6844102B48A184d3a
Octal346204101053110123011572
Binary11100110100001001000001010101110010001010110001001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68441; }

 p { color: rgb(230,132,65); }

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

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

 a { background-color: rgb(230,132,65); }

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

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

 span { border-color: rgb(230,132,65); }

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