#E28546

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

Shades of Flamenco #E28546

Tints of Flamenco #E28546

Color information

#E28546 (or 0xE28546) is unknown color: approx Flamenco. HEX triplet: E2, 85 and 46. RGB value is (226,133,70). Sum of RGB (Red+Green+Blue) = 226+133+70=429 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.68% from 429); Green value is 133 (52.34% from 255 or 31.00% from 429); Blue value is 70 (27.73% from 255 or 16.32% from 429); Max value from RGB is 226 - color contains mainly: red. Hex color #E28546 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E28546 is #1D7AB9. Grayscale: #999999. Windows color (decimal): -1931962 or 4621794. OLE color: 4621794.

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

Color convert

RGB22613370-
CMYK00.410.690.11
HSL24.23º72.9%58.04%-
HSV(B)24.23º69.03%88.63%-
XYZ40.8633.3910.09-
YUV153.6280.81179.62-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 52.68%
GREEN value IS 133 (52.34% from 255) = 31.00%
BLUE value IS 70 (27.73% from 255) = 16.32%
R=52.68%
G=31.00%
B=16.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.69
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261337000.410.690.1124.2372.958.04
HexE2854602945B18493a
Octal342205106051105133011172
Binary11100010100001011000110010100110001011011110001001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E28546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E28546; }

 p { color: rgb(226,133,70); }

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

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

 a { background-color: rgb(226,133,70); }

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

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

 span { border-color: rgb(226,133,70); }

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