Html Css Color HEX #E05345 Valencia

📋 copy color: '#E05345'

red 224 ◦ green 83 ◦ blue 69

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

Shades of Valencia #E05345

Tints of Valencia #E05345

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.07%

 BLUE value IS 69 (27.34% from 255) = 18.35%

R = 59.57%
G = 22.07%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#E05345 (or 0xE05345) is known color: Valencia. HEX triplet: E0, 53 and 45. RGB value is (224,83,69). Sum of RGB (Red+Green+Blue) = 224+83+69=376 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.57% from 376); Green value is 83 (32.81% from 255 or 22.07% from 376); Blue value is 69 (27.34% from 255 or 18.35% from 376); Max value from RGB is 224 - color contains mainly: red. Hex color #E05345 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05345 is #1FACBA. Grayscale: #7B7B7B. Windows color (decimal): -2075835 or 4543456. OLE color: 4543456.

HSL color Cylindrical-coordinate representation of color #E05345: hue angle of 5.42º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E05345 is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 83 69 -
CMYK 0 0.63 0.69 0.12
HSL 5.42º 0.71% 0.57% -
HSV(B) 5.42º 0.69% 0.88% -
XYZ 34.91 22.46 8.13 -
YUV 123.56 97.21 199.64 -
System Red Green Blue C M Y K H S L
Decimal 224 83 69 0 0.63 0.69 0.12 5.42 0.71 0.57
Hex E0 53 45 0 3F 45 C 5 47 39
Octal 340 123 105 0 77 105 14 5 107 71
Binary 11100000 1010011 1000101 0 111111 1000101 1100 101 1000111 111001

Color Harmonies of #E05345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05345

Black with #E05345

Text Example


Text Example

White with #E05345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05345; }

 p { color: rgb(224,83,69); }

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

background-color css

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

 a { background-color: rgb(224,83,69); }

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

border-color css

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

 span { border-color: rgb(224,83,69); }

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