Html Css Color HEX #E05644 Valencia

📋 copy color: '#E05644'

red 224 ◦ green 86 ◦ blue 68

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

Shades of Valencia #E05644

Tints of Valencia #E05644

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 17.99%

R = 59.26%
G = 22.75%
B = 17.99%

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

#E05644 (or 0xE05644) is known color: Valencia. HEX triplet: E0, 56 and 44. RGB value is (224,86,68). Sum of RGB (Red+Green+Blue) = 224+86+68=378 (50% of max value = 765). Red value is 224 (87.89% from 255 or 59.26% from 378); Green value is 86 (33.98% from 255 or 22.75% from 378); Blue value is 68 (26.95% from 255 or 17.99% from 378); Max value from RGB is 224 - color contains mainly: red. Hex color #E05644 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05644 is #1FA9BB. Grayscale: #7D7D7D. Windows color (decimal): -2075068 or 4478688. OLE color: 4478688.

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

Color convert

RGB 224 86 68 -
CMYK 0 0.62 0.70 0.12
HSL 6.92º 0.72% 0.57% -
HSV(B) 6.92º 0.7% 0.88% -
XYZ 35.11 22.92 8.04 -
YUV 125.21 95.72 198.46 -
System Red Green Blue C M Y K H S L
Decimal 224 86 68 0 0.62 0.70 0.12 6.92 0.72 0.57
Hex E0 56 44 0 3E 46 C 7 48 39
Octal 340 126 104 0 76 106 14 7 110 71
Binary 11100000 1010110 1000100 0 111110 1000110 1100 111 1001000 111001

Color Harmonies of #E05644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05644

Black with #E05644

Text Example


Text Example

White with #E05644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05644; }

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

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

background-color css

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

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

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

border-color css

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

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

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