Html Css Color HEX #E05647 Valencia

📋 copy color: '#E05647'

red 224 ◦ green 86 ◦ blue 71

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

Shades of Valencia #E05647

Tints of Valencia #E05647

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 18.64%

R = 58.79%
G = 22.57%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E05647 (or 0xE05647) is known color: Valencia. HEX triplet: E0, 56 and 47. RGB value is (224,86,71). Sum of RGB (Red+Green+Blue) = 224+86+71=381 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.79% from 381); Green value is 86 (33.98% from 255 or 22.57% from 381); Blue value is 71 (28.12% from 255 or 18.64% from 381); Max value from RGB is 224 - color contains mainly: red. Hex color #E05647 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05647 is #1FA9B8. Grayscale: #7D7D7D. Windows color (decimal): -2075065 or 4675296. OLE color: 4675296.

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

Color convert

RGB 224 86 71 -
CMYK 0 0.62 0.68 0.12
HSL 5.88º 0.71% 0.58% -
HSV(B) 5.88º 0.68% 0.88% -
XYZ 35.21 22.96 8.54 -
YUV 125.55 97.22 198.22 -
System Red Green Blue C M Y K H S L
Decimal 224 86 71 0 0.62 0.68 0.12 5.88 0.71 0.58
Hex E0 56 47 0 3E 44 C 6 47 3A
Octal 340 126 107 0 76 104 14 6 107 72
Binary 11100000 1010110 1000111 0 111110 1000100 1100 110 1000111 111010

Color Harmonies of #E05647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05647

Black with #E05647

Text Example


Text Example

White with #E05647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05647; }

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

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

background-color css

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

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

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

border-color css

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

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

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