Html Css Color HEX #E0725F Terra Cotta

📋 copy color: '#E0725F'

red 224 ◦ green 114 ◦ blue 95

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

Shades of Terra Cotta #E0725F

Tints of Terra Cotta #E0725F

RGB

 RED value IS 224 (87.89% from 255) = 51.73%

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

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

R = 51.73%
G = 26.33%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E0725F (or 0xE0725F) is known color: Terra Cotta. HEX triplet: E0, 72 and 5F. RGB value is (224,114,95). Sum of RGB (Red+Green+Blue) = 224+114+95=433 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.73% from 433); Green value is 114 (44.92% from 255 or 26.33% from 433); Blue value is 95 (37.5% from 255 or 21.94% from 433); Max value from RGB is 224 - color contains mainly: red. Hex color #E0725F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0725F is #1F8DA0. Grayscale: #909090. Windows color (decimal): -2067873 or 6255328. OLE color: 6255328.

HSL color Cylindrical-coordinate representation of color #E0725F: hue angle of 8.84º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E0725F is Cyan = 0, Magento = 0.49, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 114 95 -
CMYK 0 0.49 0.58 0.12
HSL 8.84º 0.68% 0.63% -
HSV(B) 8.84º 0.58% 0.88% -
XYZ 38.82 28.71 14.32 -
YUV 144.72 99.94 184.54 -
System Red Green Blue C M Y K H S L
Decimal 224 114 95 0 0.49 0.58 0.12 8.84 0.68 0.63
Hex E0 72 5F 0 31 3A C 9 44 3F
Octal 340 162 137 0 61 72 14 11 104 77
Binary 11100000 1110010 1011111 0 110001 111010 1100 1001 1000100 111111

Color Harmonies of #E0725F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0725F

Black with #E0725F

Text Example


Text Example

White with #E0725F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0725F; }

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

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

background-color css

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

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

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

border-color css

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

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

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