Html Css Color HEX #E5725F Terra Cotta

📋 copy color: '#E5725F'

red 229 ◦ green 114 ◦ blue 95

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

Shades of Terra Cotta #E5725F

Tints of Terra Cotta #E5725F

RGB

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

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

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

R = 52.28%
G = 26.03%
B = 21.69%

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

#E5725F (or 0xE5725F) is known color: Terra Cotta. HEX triplet: E5, 72 and 5F. RGB value is (229,114,95). Sum of RGB (Red+Green+Blue) = 229+114+95=438 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.28% from 438); Green value is 114 (44.92% from 255 or 26.03% from 438); Blue value is 95 (37.5% from 255 or 21.69% from 438); Max value from RGB is 229 - color contains mainly: red. Hex color #E5725F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5725F is #1A8DA0. Grayscale: #929292. Windows color (decimal): -1740193 or 6255333. OLE color: 6255333.

HSL color Cylindrical-coordinate representation of color #E5725F: hue angle of 8.51º 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 #E5725F is Cyan = 0, Magento = 0.50, Yellow = 0.59 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 114 95 -
CMYK 0 0.50 0.59 0.10
HSL 8.51º 0.72% 0.64% -
HSV(B) 8.51º 0.59% 0.9% -
XYZ 40.4 29.52 14.4 -
YUV 146.22 99.1 187.04 -
System Red Green Blue C M Y K H S L
Decimal 229 114 95 0 0.50 0.59 0.10 8.51 0.72 0.64
Hex E5 72 5F 0 32 3B A 9 48 40
Octal 345 162 137 0 62 73 12 11 110 100
Binary 11100101 1110010 1011111 0 110010 111011 1010 1001 1001000 1000000

Color Harmonies of #E5725F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5725F

Black with #E5725F

Text Example


Text Example

White with #E5725F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5725F; }

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

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

background-color css

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

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

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

border-color css

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

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

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