Html Css Color HEX #E0735A Terra Cotta

📋 copy color: '#E0735A'

red 224 ◦ green 115 ◦ blue 90

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

Shades of Terra Cotta #E0735A

Tints of Terra Cotta #E0735A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.81%

 BLUE value IS 90 (35.55% from 255) = 20.98%

R = 52.21%
G = 26.81%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.60

 K value IS 0.12

RGB Variations

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

Color information

#E0735A (or 0xE0735A) is known color: Terra Cotta. HEX triplet: E0, 73 and 5A. RGB value is (224,115,90). Sum of RGB (Red+Green+Blue) = 224+115+90=429 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.21% from 429); Green value is 115 (45.31% from 255 or 26.81% from 429); Blue value is 90 (35.55% from 255 or 20.98% from 429); Max value from RGB is 224 - color contains mainly: red. Hex color #E0735A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0735A is #1F8CA5. Grayscale: #909090. Windows color (decimal): -2067622 or 5927904. OLE color: 5927904.

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

Color convert

RGB 224 115 90 -
CMYK 0 0.49 0.60 0.12
HSL 11.19º 0.68% 0.62% -
HSV(B) 11.19º 0.6% 0.88% -
XYZ 38.72 28.85 13.2 -
YUV 144.74 97.11 184.53 -
System Red Green Blue C M Y K H S L
Decimal 224 115 90 0 0.49 0.60 0.12 11.19 0.68 0.62
Hex E0 73 5A 0 31 3C C B 44 3E
Octal 340 163 132 0 61 74 14 13 104 76
Binary 11100000 1110011 1011010 0 110001 111100 1100 1011 1000100 111110

Color Harmonies of #E0735A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0735A

Black with #E0735A

Text Example


Text Example

White with #E0735A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0735A; }

 p { color: rgb(224,115,90); }

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

background-color css

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

 a { background-color: rgb(224,115,90); }

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

border-color css

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

 span { border-color: rgb(224,115,90); }

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