Html Css Color HEX #E5725C Terra Cotta

📋 copy color: '#E5725C'

red 229 ◦ green 114 ◦ blue 92

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

Shades of Terra Cotta #E5725C

Tints of Terra Cotta #E5725C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 21.15%

R = 52.64%
G = 26.21%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#E5725C (or 0xE5725C) is known color: Terra Cotta. HEX triplet: E5, 72 and 5C. RGB value is (229,114,92). Sum of RGB (Red+Green+Blue) = 229+114+92=435 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.64% from 435); Green value is 114 (44.92% from 255 or 26.21% from 435); Blue value is 92 (36.33% from 255 or 21.15% from 435); Max value from RGB is 229 - color contains mainly: red. Hex color #E5725C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5725C is #1A8DA3. Grayscale: #929292. Windows color (decimal): -1740196 or 6058725. OLE color: 6058725.

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

Color convert

RGB 229 114 92 -
CMYK 0 0.50 0.60 0.10
HSL 9.64º 0.72% 0.63% -
HSV(B) 9.64º 0.6% 0.9% -
XYZ 40.26 29.47 13.69 -
YUV 145.88 97.6 187.29 -
System Red Green Blue C M Y K H S L
Decimal 229 114 92 0 0.50 0.60 0.10 9.64 0.72 0.63
Hex E5 72 5C 0 32 3C A A 48 3F
Octal 345 162 134 0 62 74 12 12 110 77
Binary 11100101 1110010 1011100 0 110010 111100 1010 1010 1001000 111111

Color Harmonies of #E5725C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5725C

Black with #E5725C

Text Example


Text Example

White with #E5725C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5725C; }

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

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

background-color css

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

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

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

border-color css

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

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

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