Html Css Color HEX #E07253 Terra Cotta

📋 copy color: '#E07253'

red 224 ◦ green 114 ◦ blue 83

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

Shades of Terra Cotta #E07253

Tints of Terra Cotta #E07253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 19.71%

R = 53.21%
G = 27.08%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.63

 K value IS 0.12

RGB Variations

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

Color information

#E07253 (or 0xE07253) is known color: Terra Cotta. HEX triplet: E0, 72 and 53. RGB value is (224,114,83). Sum of RGB (Red+Green+Blue) = 224+114+83=421 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.21% from 421); Green value is 114 (44.92% from 255 or 27.08% from 421); Blue value is 83 (32.81% from 255 or 19.71% from 421); Max value from RGB is 224 - color contains mainly: red. Hex color #E07253 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07253 is #1F8DAC. Grayscale: #8F8F8F. Windows color (decimal): -2067885 or 5468896. OLE color: 5468896.

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

Color convert

RGB 224 114 83 -
CMYK 0 0.49 0.63 0.12
HSL 13.19º 0.69% 0.6% -
HSV(B) 13.19º 0.63% 0.88% -
XYZ 38.32 28.51 11.67 -
YUV 143.36 93.94 185.52 -
System Red Green Blue C M Y K H S L
Decimal 224 114 83 0 0.49 0.63 0.12 13.19 0.69 0.6
Hex E0 72 53 0 31 3F C D 45 3C
Octal 340 162 123 0 61 77 14 15 105 74
Binary 11100000 1110010 1010011 0 110001 111111 1100 1101 1000101 111100

Color Harmonies of #E07253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07253

Black with #E07253

Text Example


Text Example

White with #E07253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07253; }

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

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

background-color css

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

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

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

border-color css

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

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

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