Html Css Color HEX #E05642 Valencia

📋 copy color: '#E05642'

red 224 ◦ green 86 ◦ blue 66

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

Shades of Valencia #E05642

Tints of Valencia #E05642

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.55%

R = 59.57%
G = 22.87%
B = 17.55%

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

#E05642 (or 0xE05642) is known color: Valencia. HEX triplet: E0, 56 and 42. RGB value is (224,86,66). Sum of RGB (Red+Green+Blue) = 224+86+66=376 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.57% from 376); Green value is 86 (33.98% from 255 or 22.87% from 376); Blue value is 66 (26.17% from 255 or 17.55% from 376); Max value from RGB is 224 - color contains mainly: red. Hex color #E05642 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05642 is #1FA9BD. Grayscale: #7D7D7D. Windows color (decimal): -2075070 or 4347616. OLE color: 4347616.

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

Color convert

RGB 224 86 66 -
CMYK 0 0.62 0.71 0.12
HSL 7.59º 0.72% 0.57% -
HSV(B) 7.59º 0.71% 0.88% -
XYZ 35.05 22.9 7.73 -
YUV 124.98 94.72 198.63 -
System Red Green Blue C M Y K H S L
Decimal 224 86 66 0 0.62 0.71 0.12 7.59 0.72 0.57
Hex E0 56 42 0 3E 47 C 8 48 39
Octal 340 126 102 0 76 107 14 10 110 71
Binary 11100000 1010110 1000010 0 111110 1000111 1100 1000 1001000 111001

Color Harmonies of #E05642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05642

Black with #E05642

Text Example


Text Example

White with #E05642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05642; }

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

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

background-color css

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

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

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

border-color css

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

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

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