#e0564f

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

Shades of Valencia #E0564F

Tints of Valencia #E0564F

Color information

#E0564F (or 0xE0564F) is unknown color: approx Valencia. HEX triplet: E0, 56 and 4F. RGB value is (224,86,79). Sum of RGB (Red+Green+Blue) = 224+86+79=389 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.58% from 389); Green value is 86 (33.98% from 255 or 22.11% from 389); Blue value is 79 (31.25% from 255 or 20.31% from 389); Max value from RGB is 224 - color contains mainly: red. Hex color #E0564F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0564F is #1FA9B0. Grayscale: #7E7E7E. Windows color (decimal): -2075057 or 5199584. OLE color: 5199584.

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

Color convert

RGB2248679-
CMYK00.620.650.12
HSL2.9º70.05%59.41%-
HSV(B)2.9º64.73%87.84%-
XYZ35.4823.079.98-
YUV126.46101.22197.57-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 57.58%
GREEN value IS 86 (33.98% from 255) = 22.11%
BLUE value IS 79 (31.25% from 255) = 20.31%
R=57.58%
G=22.11%
B=20.31%

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
Decimal224867900.620.650.122.970.0559.41
HexE0564F03E41C3463b
Octal34012611707610114310673
Binary1110000010101101001111011111010000011100111000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e0564f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e0564f; }

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

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

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

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

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

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

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

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