Html Css Color HEX #E05542 Valencia

📋 copy color: '#E05542'

red 224 ◦ green 85 ◦ blue 66

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

Shades of Valencia #E05542

Tints of Valencia #E05542

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.67%

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

R = 59.73%
G = 22.67%
B = 17.6%

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

#E05542 (or 0xE05542) is known color: Valencia. HEX triplet: E0, 55 and 42. RGB value is (224,85,66). Sum of RGB (Red+Green+Blue) = 224+85+66=375 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.73% from 375); Green value is 85 (33.59% from 255 or 22.67% from 375); Blue value is 66 (26.17% from 255 or 17.6% from 375); Max value from RGB is 224 - color contains mainly: red. Hex color #E05542 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05542 is #1FAABD. Grayscale: #7C7C7C. Windows color (decimal): -2075326 or 4347360. OLE color: 4347360.

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

Color convert

RGB 224 85 66 -
CMYK 0 0.62 0.71 0.12
HSL 7.22º 0.72% 0.57% -
HSV(B) 7.22º 0.71% 0.88% -
XYZ 34.97 22.74 7.7 -
YUV 124.4 95.05 199.04 -
System Red Green Blue C M Y K H S L
Decimal 224 85 66 0 0.62 0.71 0.12 7.22 0.72 0.57
Hex E0 55 42 0 3E 47 C 7 48 39
Octal 340 125 102 0 76 107 14 7 110 71
Binary 11100000 1010101 1000010 0 111110 1000111 1100 111 1001000 111001

Color Harmonies of #E05542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05542

Black with #E05542

Text Example


Text Example

White with #E05542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05542; }

 p { color: rgb(224,85,66); }

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

background-color css

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

 a { background-color: rgb(224,85,66); }

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

border-color css

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

 span { border-color: rgb(224,85,66); }

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