Html Css Color HEX #E0705F Terra Cotta

📋 copy color: '#E0705F'

red 224 ◦ green 112 ◦ blue 95

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

Shades of Terra Cotta #E0705F

Tints of Terra Cotta #E0705F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.99%

 BLUE value IS 95 (37.5% from 255) = 22.04%

R = 51.97%
G = 25.99%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E0705F (or 0xE0705F) is known color: Terra Cotta. HEX triplet: E0, 70 and 5F. RGB value is (224,112,95). Sum of RGB (Red+Green+Blue) = 224+112+95=431 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.97% from 431); Green value is 112 (44.14% from 255 or 25.99% from 431); Blue value is 95 (37.5% from 255 or 22.04% from 431); Max value from RGB is 224 - color contains mainly: red. Hex color #E0705F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0705F is #1F8FA0. Grayscale: #8F8F8F. Windows color (decimal): -2068385 or 6254816. OLE color: 6254816.

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

Color convert

RGB 224 112 95 -
CMYK 0 0.50 0.58 0.12
HSL 7.91º 0.68% 0.63% -
HSV(B) 7.91º 0.58% 0.88% -
XYZ 38.6 28.26 14.25 -
YUV 143.55 100.61 185.38 -
System Red Green Blue C M Y K H S L
Decimal 224 112 95 0 0.50 0.58 0.12 7.91 0.68 0.63
Hex E0 70 5F 0 32 3A C 8 44 3F
Octal 340 160 137 0 62 72 14 10 104 77
Binary 11100000 1110000 1011111 0 110010 111010 1100 1000 1000100 111111

Color Harmonies of #E0705F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0705F

Black with #E0705F

Text Example


Text Example

White with #E0705F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0705F; }

 p { color: rgb(224,112,95); }

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

background-color css

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

 a { background-color: rgb(224,112,95); }

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

border-color css

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

 span { border-color: rgb(224,112,95); }

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