#E05643

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

Shades of Valencia #E05643

Tints of Valencia #E05643

Color information

#E05643 (or 0xE05643) is unknown color: approx Valencia. HEX triplet: E0, 56 and 43. RGB value is (224,86,67). Sum of RGB (Red+Green+Blue) = 224+86+67=377 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.42% from 377); Green value is 86 (33.98% from 255 or 22.81% from 377); Blue value is 67 (26.56% from 255 or 17.77% from 377); Max value from RGB is 224 - color contains mainly: red. Hex color #E05643 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05643 is #1FA9BC. Grayscale: #7D7D7D. Windows color (decimal): -2075069 or 4413152. OLE color: 4413152.

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

Color convert

RGB2248667-
CMYK00.620.700.12
HSL7.26º71.69%57.06%-
HSV(B)7.26º70.09%87.84%-
XYZ35.0822.917.88-
YUV125.195.22198.54-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 59.42%
GREEN value IS 86 (33.98% from 255) = 22.81%
BLUE value IS 67 (26.56% from 255) = 17.77%
R=59.42%
G=22.81%
B=17.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.70
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224866700.620.700.127.2671.6957.06
HexE0564303E46C74839
Octal34012610307610614711071
Binary11100000101011010000110111110100011011001111001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05643; }

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

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

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

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

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

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

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

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