#E18952

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

Shades of Flamenco #E18952

Tints of Flamenco #E18952

Color information

#E18952 (or 0xE18952) is unknown color: approx Flamenco. HEX triplet: E1, 89 and 52. RGB value is (225,137,82). Sum of RGB (Red+Green+Blue) = 225+137+82=444 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.68% from 444); Green value is 137 (53.91% from 255 or 30.86% from 444); Blue value is 82 (32.42% from 255 or 18.47% from 444); Max value from RGB is 225 - color contains mainly: red. Hex color #E18952 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18952 is #1E76AD. Grayscale: #9D9D9D. Windows color (decimal): -1996462 or 5409249. OLE color: 5409249.

HSL color Cylindrical-coordinate representation of color #E18952: hue angle of 23.08º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E18952 is Cyan = 0, Magento = 0.39, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB22513782-
CMYK00.390.640.12
HSL23.08º70.44%60.2%-
HSV(B)23.08º63.56%88.24%-
XYZ41.5234.5112.46-
YUV157.0485.65176.47-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 50.68%
GREEN value IS 137 (53.91% from 255) = 30.86%
BLUE value IS 82 (32.42% from 255) = 18.47%
R=50.68%
G=30.86%
B=18.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.64
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251378200.390.640.1223.0870.4460.2
HexE1895202740C17463c
Octal341211122047100142710674
Binary11100001100010011010010010011110000001100101111000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18952; }

 p { color: rgb(225,137,82); }

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

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

 a { background-color: rgb(225,137,82); }

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

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

 span { border-color: rgb(225,137,82); }

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