Html Css Color HEX #E5705A Terra Cotta

📋 copy color: '#E5705A'

red 229 ◦ green 112 ◦ blue 90

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

Shades of Terra Cotta #E5705A

Tints of Terra Cotta #E5705A

RGB

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

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

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

R = 53.13%
G = 25.99%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.61

 K value IS 0.10

RGB Variations

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

Color information

#E5705A (or 0xE5705A) is known color: Terra Cotta. HEX triplet: E5, 70 and 5A. RGB value is (229,112,90). Sum of RGB (Red+Green+Blue) = 229+112+90=431 (57% of max value = 765). Red value is 229 (89.84% from 255 or 53.13% from 431); Green value is 112 (44.14% from 255 or 25.99% from 431); Blue value is 90 (35.55% from 255 or 20.88% from 431); Max value from RGB is 229 - color contains mainly: red. Hex color #E5705A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5705A is #1A8FA5. Grayscale: #909090. Windows color (decimal): -1740710 or 5927141. OLE color: 5927141.

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

Color convert

RGB 229 112 90 -
CMYK 0 0.51 0.61 0.10
HSL 9.5º 0.73% 0.63% -
HSV(B) 9.5º 0.61% 0.9% -
XYZ 39.95 28.98 13.16 -
YUV 144.48 97.26 188.29 -
System Red Green Blue C M Y K H S L
Decimal 229 112 90 0 0.51 0.61 0.10 9.5 0.73 0.63
Hex E5 70 5A 0 33 3D A 9 49 3F
Octal 345 160 132 0 63 75 12 11 111 77
Binary 11100101 1110000 1011010 0 110011 111101 1010 1001 1001001 111111

Color Harmonies of #E5705A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5705A

Black with #E5705A

Text Example


Text Example

White with #E5705A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5705A; }

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

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

background-color css

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

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

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

border-color css

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

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

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