#E68450

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

Shades of Flamenco #E68450

Tints of Flamenco #E68450

Color information

#E68450 (or 0xE68450) is unknown color: approx Flamenco. HEX triplet: E6, 84 and 50. RGB value is (230,132,80). Sum of RGB (Red+Green+Blue) = 230+132+80=442 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.04% from 442); Green value is 132 (51.95% from 255 or 29.86% from 442); Blue value is 80 (31.64% from 255 or 18.10% from 442); Max value from RGB is 230 - color contains mainly: red. Hex color #E68450 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68450 is #197BAF. Grayscale: #9B9B9B. Windows color (decimal): -1670064 or 5276902. OLE color: 5276902.

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

Color convert

RGB23013280-
CMYK00.430.650.10
HSL20.8º75%60.78%-
HSV(B)20.8º65.22%90.2%-
XYZ42.3333.911.9-
YUV155.3785.47181.23-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 52.04%
GREEN value IS 132 (51.95% from 255) = 29.86%
BLUE value IS 80 (31.64% from 255) = 18.10%
R=52.04%
G=29.86%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.65
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301328000.430.650.1020.87560.78
HexE6845002B41A154b3d
Octal346204120053101122511375
Binary11100110100001001010000010101110000011010101011001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68450; }

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

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

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

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

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

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

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

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