Html Css Color HEX #E2735B Terra Cotta

📋 copy color: '#E2735B'

red 226 ◦ green 115 ◦ blue 91

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

Shades of Terra Cotta #E2735B

Tints of Terra Cotta #E2735B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.06%

R = 52.31%
G = 26.62%
B = 21.06%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.60

 K value IS 0.11

RGB Variations

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

Color information

#E2735B (or 0xE2735B) is known color: Terra Cotta. HEX triplet: E2, 73 and 5B. RGB value is (226,115,91). Sum of RGB (Red+Green+Blue) = 226+115+91=432 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.31% from 432); Green value is 115 (45.31% from 255 or 26.62% from 432); Blue value is 91 (35.94% from 255 or 21.06% from 432); Max value from RGB is 226 - color contains mainly: red. Hex color #E2735B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2735B is #1D8CA4. Grayscale: #919191. Windows color (decimal): -1936549 or 5993442. OLE color: 5993442.

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

Color convert

RGB 226 115 91 -
CMYK 0 0.49 0.60 0.11
HSL 10.67º 0.7% 0.62% -
HSV(B) 10.67º 0.6% 0.89% -
XYZ 39.38 29.19 13.46 -
YUV 145.45 97.27 185.45 -
System Red Green Blue C M Y K H S L
Decimal 226 115 91 0 0.49 0.60 0.11 10.67 0.7 0.62
Hex E2 73 5B 0 31 3C B B 46 3E
Octal 342 163 133 0 61 74 13 13 106 76
Binary 11100010 1110011 1011011 0 110001 111100 1011 1011 1000110 111110

Color Harmonies of #E2735B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2735B

Black with #E2735B

Text Example


Text Example

White with #E2735B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2735B; }

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

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

background-color css

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

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

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

border-color css

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

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

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