#E28845

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

Shades of Flamenco #E28845

Tints of Flamenco #E28845

Color information

#E28845 (or 0xE28845) is unknown color: approx Flamenco. HEX triplet: E2, 88 and 45. RGB value is (226,136,69). Sum of RGB (Red+Green+Blue) = 226+136+69=431 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.44% from 431); Green value is 136 (53.52% from 255 or 31.55% from 431); Blue value is 69 (27.34% from 255 or 16.01% from 431); Max value from RGB is 226 - color contains mainly: red. Hex color #E28845 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E28845 is #1D77BA. Grayscale: #9B9B9B. Windows color (decimal): -1931195 or 4557026. OLE color: 4557026.

HSL color Cylindrical-coordinate representation of color #E28845: hue angle of 25.61º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E28845 is Cyan = 0, Magento = 0.40, Yellow = 0.69 and Black (K on CMYK) = 0.11.

Color convert

RGB22613669-
CMYK00.400.690.11
HSL25.61º73.02%57.84%-
HSV(B)25.61º69.47%88.63%-
XYZ41.2434.2110.06-
YUV155.2779.32178.45-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 52.44%
GREEN value IS 136 (53.52% from 255) = 31.55%
BLUE value IS 69 (27.34% from 255) = 16.01%
R=52.44%
G=31.55%
B=16.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.69
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261366900.400.690.1125.6173.0257.84
HexE2884502845B1a493a
Octal342210105050105133211172
Binary11100010100010001000101010100010001011011110101001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E28845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E28845; }

 p { color: rgb(226,136,69); }

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

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

 a { background-color: rgb(226,136,69); }

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

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

 span { border-color: rgb(226,136,69); }

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