Html Css Color HEX #E5725D Terra Cotta

📋 copy color: '#E5725D'

red 229 ◦ green 114 ◦ blue 93

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

Shades of Terra Cotta #E5725D

Tints of Terra Cotta #E5725D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.15%

 BLUE value IS 93 (36.72% from 255) = 21.33%

R = 52.52%
G = 26.15%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.59

 K value IS 0.10

RGB Variations

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

Color information

#E5725D (or 0xE5725D) is known color: Terra Cotta. HEX triplet: E5, 72 and 5D. RGB value is (229,114,93). Sum of RGB (Red+Green+Blue) = 229+114+93=436 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.52% from 436); Green value is 114 (44.92% from 255 or 26.15% from 436); Blue value is 93 (36.72% from 255 or 21.33% from 436); Max value from RGB is 229 - color contains mainly: red. Hex color #E5725D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5725D is #1A8DA2. Grayscale: #929292. Windows color (decimal): -1740195 or 6124261. OLE color: 6124261.

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

Color convert

RGB 229 114 93 -
CMYK 0 0.50 0.59 0.10
HSL 9.26º 0.72% 0.63% -
HSV(B) 9.26º 0.59% 0.9% -
XYZ 40.31 29.48 13.92 -
YUV 145.99 98.1 187.21 -
System Red Green Blue C M Y K H S L
Decimal 229 114 93 0 0.50 0.59 0.10 9.26 0.72 0.63
Hex E5 72 5D 0 32 3B A 9 48 3F
Octal 345 162 135 0 62 73 12 11 110 77
Binary 11100101 1110010 1011101 0 110010 111011 1010 1001 1001000 111111

Color Harmonies of #E5725D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5725D

Black with #E5725D

Text Example


Text Example

White with #E5725D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5725D; }

 p { color: rgb(229,114,93); }

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

background-color css

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

 a { background-color: rgb(229,114,93); }

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

border-color css

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

 span { border-color: rgb(229,114,93); }

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