#E15643

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

Shades of Valencia #E15643

Tints of Valencia #E15643

Color information

#E15643 (or 0xE15643) is unknown color: approx Valencia. HEX triplet: E1, 56 and 43. RGB value is (225,86,67). Sum of RGB (Red+Green+Blue) = 225+86+67=378 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.52% from 378); Green value is 86 (33.98% from 255 or 22.75% from 378); Blue value is 67 (26.56% from 255 or 17.72% from 378); Max value from RGB is 225 - color contains mainly: red. Hex color #E15643 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15643 is #1EA9BC. Grayscale: #7D7D7D. Windows color (decimal): -2009533 or 4413153. OLE color: 4413153.

HSL color Cylindrical-coordinate representation of color #E15643: hue angle of 7.22º 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 #E15643 is Cyan = 0, Magento = 0.62, Yellow = 0.70 and Black (K on CMYK) = 0.12.

Color convert

RGB2258667-
CMYK00.620.700.12
HSL7.22º72.48%57.25%-
HSV(B)7.22º70.22%88.24%-
XYZ35.3923.077.9-
YUV125.495.05199.04-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 59.52%
GREEN value IS 86 (33.98% from 255) = 22.75%
BLUE value IS 67 (26.56% from 255) = 17.72%
R=59.52%
G=22.75%
B=17.72%

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
Decimal225866700.620.700.127.2272.4857.25
HexE1564303E46C74839
Octal34112610307610614711071
Binary11100001101011010000110111110100011011001111001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15643; }

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

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

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

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

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

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

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

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