Html Css Color HEX #E0715A Terra Cotta

📋 copy color: '#E0715A'

red 224 ◦ green 113 ◦ blue 90

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

Shades of Terra Cotta #E0715A

Tints of Terra Cotta #E0715A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.46%

 BLUE value IS 90 (35.55% from 255) = 21.08%

R = 52.46%
G = 26.46%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.60

 K value IS 0.12

RGB Variations

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

Color information

#E0715A (or 0xE0715A) is known color: Terra Cotta. HEX triplet: E0, 71 and 5A. RGB value is (224,113,90). Sum of RGB (Red+Green+Blue) = 224+113+90=427 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.46% from 427); Green value is 113 (44.53% from 255 or 26.46% from 427); Blue value is 90 (35.55% from 255 or 21.08% from 427); Max value from RGB is 224 - color contains mainly: red. Hex color #E0715A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0715A is #1F8EA5. Grayscale: #8F8F8F. Windows color (decimal): -2068134 or 5927392. OLE color: 5927392.

HSL color Cylindrical-coordinate representation of color #E0715A: hue angle of 10.3º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E0715A is Cyan = 0, Magento = 0.50, Yellow = 0.60 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 113 90 -
CMYK 0 0.50 0.60 0.12
HSL 10.3º 0.68% 0.62% -
HSV(B) 10.3º 0.6% 0.88% -
XYZ 38.49 28.4 13.13 -
YUV 143.57 97.77 185.37 -
System Red Green Blue C M Y K H S L
Decimal 224 113 90 0 0.50 0.60 0.12 10.3 0.68 0.62
Hex E0 71 5A 0 32 3C C A 44 3E
Octal 340 161 132 0 62 74 14 12 104 76
Binary 11100000 1110001 1011010 0 110010 111100 1100 1010 1000100 111110

Color Harmonies of #E0715A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0715A

Black with #E0715A

Text Example


Text Example

White with #E0715A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0715A; }

 p { color: rgb(224,113,90); }

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

background-color css

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

 a { background-color: rgb(224,113,90); }

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

border-color css

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

 span { border-color: rgb(224,113,90); }

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