Html Css Color HEX #E0725E Terra Cotta

📋 copy color: '#E0725E'

red 224 ◦ green 114 ◦ blue 94

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

Shades of Terra Cotta #E0725E

Tints of Terra Cotta #E0725E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 21.76%

R = 51.85%
G = 26.39%
B = 21.76%

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

#E0725E (or 0xE0725E) is known color: Terra Cotta. HEX triplet: E0, 72 and 5E. RGB value is (224,114,94). Sum of RGB (Red+Green+Blue) = 224+114+94=432 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.85% from 432); Green value is 114 (44.92% from 255 or 26.39% from 432); Blue value is 94 (37.11% from 255 or 21.76% from 432); Max value from RGB is 224 - color contains mainly: red. Hex color #E0725E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0725E is #1F8DA1. Grayscale: #909090. Windows color (decimal): -2067874 or 6189792. OLE color: 6189792.

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

Color convert

RGB 224 114 94 -
CMYK 0 0.49 0.58 0.12
HSL 9.23º 0.68% 0.62% -
HSV(B) 9.23º 0.58% 0.88% -
XYZ 38.78 28.69 14.08 -
YUV 144.61 99.44 184.63 -
System Red Green Blue C M Y K H S L
Decimal 224 114 94 0 0.49 0.58 0.12 9.23 0.68 0.62
Hex E0 72 5E 0 31 3A C 9 44 3E
Octal 340 162 136 0 61 72 14 11 104 76
Binary 11100000 1110010 1011110 0 110001 111010 1100 1001 1000100 111110

Color Harmonies of #E0725E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0725E

Black with #E0725E

Text Example


Text Example

White with #E0725E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0725E; }

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

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

background-color css

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

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

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

border-color css

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

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

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