Html Css Color HEX #E05643 Valencia

📋 copy color: '#E05643'

red 224 ◦ green 86 ◦ blue 67

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

Shades of Valencia #E05643

Tints of Valencia #E05643

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 17.77%

R = 59.42%
G = 22.81%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#E05643 (or 0xE05643) is known color: Valencia. HEX triplet: E0, 56 and 43. RGB value is (224,86,67). Sum of RGB (Red+Green+Blue) = 224+86+67=377 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.42% from 377); Green value is 86 (33.98% from 255 or 22.81% from 377); Blue value is 67 (26.56% from 255 or 17.77% from 377); Max value from RGB is 224 - color contains mainly: red. Hex color #E05643 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05643 is #1FA9BC. Grayscale: #7D7D7D. Windows color (decimal): -2075069 or 4413152. OLE color: 4413152.

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

Color convert

RGB 224 86 67 -
CMYK 0 0.62 0.70 0.12
HSL 7.26º 0.72% 0.57% -
HSV(B) 7.26º 0.7% 0.88% -
XYZ 35.08 22.91 7.88 -
YUV 125.1 95.22 198.54 -
System Red Green Blue C M Y K H S L
Decimal 224 86 67 0 0.62 0.70 0.12 7.26 0.72 0.57
Hex E0 56 43 0 3E 46 C 7 48 39
Octal 340 126 103 0 76 106 14 7 110 71
Binary 11100000 1010110 1000011 0 111110 1000110 1100 111 1001000 111001

Color Harmonies of #E05643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05643

Black with #E05643

Text Example


Text Example

White with #E05643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05643; }

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

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

background-color css

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

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

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

border-color css

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

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

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