Html Css Color HEX #E2705B Terra Cotta

📋 copy color: '#E2705B'

red 226 ◦ green 112 ◦ blue 91

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

Shades of Terra Cotta #E2705B

Tints of Terra Cotta #E2705B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.11%

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

R = 52.68%
G = 26.11%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.60

 K value IS 0.11

RGB Variations

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

Color information

#E2705B (or 0xE2705B) is known color: Terra Cotta. HEX triplet: E2, 70 and 5B. RGB value is (226,112,91). Sum of RGB (Red+Green+Blue) = 226+112+91=429 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.68% from 429); Green value is 112 (44.14% from 255 or 26.11% from 429); Blue value is 91 (35.94% from 255 or 21.21% from 429); Max value from RGB is 226 - color contains mainly: red. Hex color #E2705B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2705B is #1D8FA4. Grayscale: #8F8F8F. Windows color (decimal): -1937317 or 5992674. OLE color: 5992674.

HSL color Cylindrical-coordinate representation of color #E2705B: hue angle of 9.33º 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 #E2705B is Cyan = 0, Magento = 0.50, Yellow = 0.60 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 112 91 -
CMYK 0 0.50 0.60 0.11
HSL 9.33º 0.7% 0.62% -
HSV(B) 9.33º 0.6% 0.89% -
XYZ 39.05 28.51 13.34 -
YUV 143.69 98.27 186.71 -
System Red Green Blue C M Y K H S L
Decimal 226 112 91 0 0.50 0.60 0.11 9.33 0.7 0.62
Hex E2 70 5B 0 32 3C B 9 46 3E
Octal 342 160 133 0 62 74 13 11 106 76
Binary 11100010 1110000 1011011 0 110010 111100 1011 1001 1000110 111110

Color Harmonies of #E2705B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2705B

Black with #E2705B

Text Example


Text Example

White with #E2705B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2705B; }

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

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

background-color css

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

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

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

border-color css

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

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

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