Html Css Color HEX #E05548 Valencia

📋 copy color: '#E05548'

red 224 ◦ green 85 ◦ blue 72

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

Shades of Valencia #E05548

Tints of Valencia #E05548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.9%

R = 58.79%
G = 22.31%
B = 18.9%

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

#E05548 (or 0xE05548) is known color: Valencia. HEX triplet: E0, 55 and 48. RGB value is (224,85,72). Sum of RGB (Red+Green+Blue) = 224+85+72=381 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.79% from 381); Green value is 85 (33.59% from 255 or 22.31% from 381); Blue value is 72 (28.52% from 255 or 18.90% from 381); Max value from RGB is 224 - color contains mainly: red. Hex color #E05548 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05548 is #1FAAB7. Grayscale: #7D7D7D. Windows color (decimal): -2075320 or 4740576. OLE color: 4740576.

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

Color convert

RGB 224 85 72 -
CMYK 0 0.62 0.68 0.12
HSL 5.13º 0.71% 0.58% -
HSV(B) 5.13º 0.68% 0.88% -
XYZ 35.16 22.81 8.68 -
YUV 125.08 98.05 198.56 -
System Red Green Blue C M Y K H S L
Decimal 224 85 72 0 0.62 0.68 0.12 5.13 0.71 0.58
Hex E0 55 48 0 3E 44 C 5 47 3A
Octal 340 125 110 0 76 104 14 5 107 72
Binary 11100000 1010101 1001000 0 111110 1000100 1100 101 1000111 111010

Color Harmonies of #E05548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05548

Black with #E05548

Text Example


Text Example

White with #E05548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05548; }

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

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

background-color css

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

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

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

border-color css

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

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

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