Html Css Color HEX #E2735D Terra Cotta

📋 copy color: '#E2735D'

red 226 ◦ green 115 ◦ blue 93

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

Shades of Terra Cotta #E2735D

Tints of Terra Cotta #E2735D

RGB

 RED value IS 226 (88.67% from 255) = 52.07%

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

 BLUE value IS 93 (36.72% from 255) = 21.43%

R = 52.07%
G = 26.5%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#E2735D (or 0xE2735D) is known color: Terra Cotta. HEX triplet: E2, 73 and 5D. RGB value is (226,115,93). Sum of RGB (Red+Green+Blue) = 226+115+93=434 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.07% from 434); Green value is 115 (45.31% from 255 or 26.50% from 434); Blue value is 93 (36.72% from 255 or 21.43% from 434); Max value from RGB is 226 - color contains mainly: red. Hex color #E2735D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2735D is #1D8CA2. Grayscale: #919191. Windows color (decimal): -1936547 or 6124514. OLE color: 6124514.

HSL color Cylindrical-coordinate representation of color #E2735D: hue angle of 9.92º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E2735D is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 115 93 -
CMYK 0 0.49 0.59 0.11
HSL 9.92º 0.7% 0.63% -
HSV(B) 9.92º 0.59% 0.89% -
XYZ 39.47 29.22 13.92 -
YUV 145.68 98.27 185.29 -
System Red Green Blue C M Y K H S L
Decimal 226 115 93 0 0.49 0.59 0.11 9.92 0.7 0.63
Hex E2 73 5D 0 31 3B B A 46 3F
Octal 342 163 135 0 61 73 13 12 106 77
Binary 11100010 1110011 1011101 0 110001 111011 1011 1010 1000110 111111

Color Harmonies of #E2735D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2735D

Black with #E2735D

Text Example


Text Example

White with #E2735D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2735D; }

 p { color: rgb(226,115,93); }

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

background-color css

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

 a { background-color: rgb(226,115,93); }

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

border-color css

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

 span { border-color: rgb(226,115,93); }

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