Html Css Color HEX #E05744 Valencia

📋 copy color: '#E05744'

red 224 ◦ green 87 ◦ blue 68

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

Shades of Valencia #E05744

Tints of Valencia #E05744

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.96%

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

R = 59.1%
G = 22.96%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#E05744 (or 0xE05744) is known color: Valencia. HEX triplet: E0, 57 and 44. RGB value is (224,87,68). Sum of RGB (Red+Green+Blue) = 224+87+68=379 (50% of max value = 765). Red value is 224 (87.89% from 255 or 59.10% from 379); Green value is 87 (34.38% from 255 or 22.96% from 379); Blue value is 68 (26.95% from 255 or 17.94% from 379); Max value from RGB is 224 - color contains mainly: red. Hex color #E05744 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05744 is #1FA8BB. Grayscale: #7E7E7E. Windows color (decimal): -2074812 or 4478944. OLE color: 4478944.

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

Color convert

RGB 224 87 68 -
CMYK 0 0.61 0.70 0.12
HSL 7.31º 0.72% 0.57% -
HSV(B) 7.31º 0.7% 0.88% -
XYZ 35.19 23.08 8.07 -
YUV 125.8 95.39 198.04 -
System Red Green Blue C M Y K H S L
Decimal 224 87 68 0 0.61 0.70 0.12 7.31 0.72 0.57
Hex E0 57 44 0 3D 46 C 7 48 39
Octal 340 127 104 0 75 106 14 7 110 71
Binary 11100000 1010111 1000100 0 111101 1000110 1100 111 1001000 111001

Color Harmonies of #E05744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05744

Black with #E05744

Text Example


Text Example

White with #E05744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05744; }

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

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

background-color css

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

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

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

border-color css

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

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

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