Html Css Color HEX #E15642 Valencia

📋 copy color: '#E15642'

red 225 ◦ green 86 ◦ blue 66

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

Shades of Valencia #E15642

Tints of Valencia #E15642

RGB

 RED value IS 225 (88.28% from 255) = 59.68%

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

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

R = 59.68%
G = 22.81%
B = 17.51%

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

#E15642 (or 0xE15642) is known color: Valencia. HEX triplet: E1, 56 and 42. RGB value is (225,86,66). Sum of RGB (Red+Green+Blue) = 225+86+66=377 (49% of max value = 765). Red value is 225 (88.28% from 255 or 59.68% from 377); Green value is 86 (33.98% from 255 or 22.81% from 377); Blue value is 66 (26.17% from 255 or 17.51% from 377); Max value from RGB is 225 - color contains mainly: red. Hex color #E15642 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15642 is #1EA9BD. Grayscale: #7D7D7D. Windows color (decimal): -2009534 or 4347617. OLE color: 4347617.

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

Color convert

RGB 225 86 66 -
CMYK 0 0.62 0.71 0.12
HSL 7.55º 0.73% 0.57% -
HSV(B) 7.55º 0.71% 0.88% -
XYZ 35.36 23.06 7.74 -
YUV 125.28 94.55 199.13 -
System Red Green Blue C M Y K H S L
Decimal 225 86 66 0 0.62 0.71 0.12 7.55 0.73 0.57
Hex E1 56 42 0 3E 47 C 8 49 39
Octal 341 126 102 0 76 107 14 10 111 71
Binary 11100001 1010110 1000010 0 111110 1000111 1100 1000 1001001 111001

Color Harmonies of #E15642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15642

Black with #E15642

Text Example


Text Example

White with #E15642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15642; }

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

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

background-color css

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

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

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

border-color css

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

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

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