Html Css Color HEX #E5705F Terra Cotta

📋 copy color: '#E5705F'

red 229 ◦ green 112 ◦ blue 95

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

Shades of Terra Cotta #E5705F

Tints of Terra Cotta #E5705F

RGB

 RED value IS 229 (89.84% from 255) = 52.52%

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

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

R = 52.52%
G = 25.69%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.59

 K value IS 0.10

RGB Variations

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

Color information

#E5705F (or 0xE5705F) is known color: Terra Cotta. HEX triplet: E5, 70 and 5F. RGB value is (229,112,95). Sum of RGB (Red+Green+Blue) = 229+112+95=436 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.52% from 436); Green value is 112 (44.14% from 255 or 25.69% from 436); Blue value is 95 (37.5% from 255 or 21.79% from 436); Max value from RGB is 229 - color contains mainly: red. Hex color #E5705F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5705F is #1A8FA0. Grayscale: #919191. Windows color (decimal): -1740705 or 6254821. OLE color: 6254821.

HSL color Cylindrical-coordinate representation of color #E5705F: hue angle of 7.61º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E5705F is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 112 95 -
CMYK 0 0.51 0.59 0.10
HSL 7.61º 0.72% 0.64% -
HSV(B) 7.61º 0.59% 0.9% -
XYZ 40.17 29.07 14.32 -
YUV 145.05 99.76 187.88 -
System Red Green Blue C M Y K H S L
Decimal 229 112 95 0 0.51 0.59 0.10 7.61 0.72 0.64
Hex E5 70 5F 0 33 3B A 8 48 40
Octal 345 160 137 0 63 73 12 10 110 100
Binary 11100101 1110000 1011111 0 110011 111011 1010 1000 1001000 1000000

Color Harmonies of #E5705F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5705F

Black with #E5705F

Text Example


Text Example

White with #E5705F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5705F; }

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

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

background-color css

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

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

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

border-color css

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

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

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