Html Css Color HEX #E05640 Valencia

📋 copy color: '#E05640'

red 224 ◦ green 86 ◦ blue 64

#E05640
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Valencia #E05640

Tints of Valencia #E05640

RGB

 RED value IS 224 (87.89% from 255) = 59.89%

 GREEN value IS 86 (33.98% from 255) = 22.99%

 BLUE value IS 64 (25.39% from 255) = 17.11%

R = 59.89%
G = 22.99%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E05640 (or 0xE05640) is known color: Valencia. HEX triplet: E0, 56 and 40. RGB value is (224,86,64). Sum of RGB (Red+Green+Blue) = 224+86+64=374 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.89% from 374); Green value is 86 (33.98% from 255 or 22.99% from 374); Blue value is 64 (25.39% from 255 or 17.11% from 374); Max value from RGB is 224 - color contains mainly: red. Hex color #E05640 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05640 is #1FA9BF. Grayscale: #7C7C7C. Windows color (decimal): -2075072 or 4216544. OLE color: 4216544.

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

Color convert

RGB 224 86 64 -
CMYK 0 0.62 0.71 0.12
HSL 8.25º 0.72% 0.56% -
HSV(B) 8.25º 0.71% 0.88% -
XYZ 34.99 22.87 7.42 -
YUV 124.75 93.72 198.79 -
System Red Green Blue C M Y K H S L
Decimal 224 86 64 0 0.62 0.71 0.12 8.25 0.72 0.56
Hex E0 56 40 0 3E 47 C 8 48 38
Octal 340 126 100 0 76 107 14 10 110 70
Binary 11100000 1010110 1000000 0 111110 1000111 1100 1000 1001000 111000

Color Harmonies of #E05640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05640

Black with #E05640

Text Example


Text Example

White with #E05640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05640; }

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

 H1.HeaderClassName
 {
   color: #E05640;
 }
 .AnyTagClassName
 {
   color: #E05640;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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