#E28745

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

Shades of Flamenco #E28745

Tints of Flamenco #E28745

Color information

#E28745 (or 0xE28745) is unknown color: approx Flamenco. HEX triplet: E2, 87 and 45. RGB value is (226,135,69). Sum of RGB (Red+Green+Blue) = 226+135+69=430 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.56% from 430); Green value is 135 (53.12% from 255 or 31.40% from 430); Blue value is 69 (27.34% from 255 or 16.05% from 430); Max value from RGB is 226 - color contains mainly: red. Hex color #E28745 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E28745 is #1D78BA. Grayscale: #9B9B9B. Windows color (decimal): -1931451 or 4556770. OLE color: 4556770.

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

Color convert

RGB22613569-
CMYK00.400.690.11
HSL25.22º73.02%57.84%-
HSV(B)25.22º69.47%88.63%-
XYZ41.133.9310.01-
YUV154.6879.65178.87-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 52.56%
GREEN value IS 135 (53.12% from 255) = 31.40%
BLUE value IS 69 (27.34% from 255) = 16.05%
R=52.56%
G=31.40%
B=16.05%

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
Decimal2261356900.400.690.1125.2273.0257.84
HexE2874502845B19493a
Octal342207105050105133111172
Binary11100010100001111000101010100010001011011110011001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E28745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E28745; }

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

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

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

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

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

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

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

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