#E1564F

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

Shades of Valencia #E1564F

Tints of Valencia #E1564F

Color information

#E1564F (or 0xE1564F) is unknown color: approx Valencia. HEX triplet: E1, 56 and 4F. RGB value is (225,86,79). Sum of RGB (Red+Green+Blue) = 225+86+79=390 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.69% from 390); Green value is 86 (33.98% from 255 or 22.05% from 390); Blue value is 79 (31.25% from 255 or 20.26% from 390); Max value from RGB is 225 - color contains mainly: red. Hex color #E1564F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1564F is #1EA9B0. Grayscale: #7E7E7E. Windows color (decimal): -2009521 or 5199585. OLE color: 5199585.

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

Color convert

RGB2258679-
CMYK00.620.650.12
HSL2.88º70.87%59.61%-
HSV(B)2.88º64.89%88.24%-
XYZ35.7923.239.99-
YUV126.76101.05198.07-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 57.69%
GREEN value IS 86 (33.98% from 255) = 22.05%
BLUE value IS 79 (31.25% from 255) = 20.26%
R=57.69%
G=22.05%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.65
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225867900.620.650.122.8870.8759.61
HexE1564F03E41C3473c
Octal34112611707610114310774
Binary1110000110101101001111011111010000011100111000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1564F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1564F; }

 p { color: rgb(225,86,79); }

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

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

 a { background-color: rgb(225,86,79); }

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

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

 span { border-color: rgb(225,86,79); }

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