Html Css Color HEX #E2705A Terra Cotta

📋 copy color: '#E2705A'

red 226 ◦ green 112 ◦ blue 90

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

Shades of Terra Cotta #E2705A

Tints of Terra Cotta #E2705A

RGB

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

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

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

R = 52.8%
G = 26.17%
B = 21.03%

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

#E2705A (or 0xE2705A) is known color: Terra Cotta. HEX triplet: E2, 70 and 5A. RGB value is (226,112,90). Sum of RGB (Red+Green+Blue) = 226+112+90=428 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.80% from 428); Green value is 112 (44.14% from 255 or 26.17% from 428); Blue value is 90 (35.55% from 255 or 21.03% from 428); Max value from RGB is 226 - color contains mainly: red. Hex color #E2705A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2705A is #1D8FA5. Grayscale: #8F8F8F. Windows color (decimal): -1937318 or 5927138. OLE color: 5927138.

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

Color convert

RGB 226 112 90 -
CMYK 0 0.50 0.60 0.11
HSL 9.71º 0.7% 0.62% -
HSV(B) 9.71º 0.6% 0.89% -
XYZ 39 28.5 13.12 -
YUV 143.58 97.77 186.79 -
System Red Green Blue C M Y K H S L
Decimal 226 112 90 0 0.50 0.60 0.11 9.71 0.7 0.62
Hex E2 70 5A 0 32 3C B A 46 3E
Octal 342 160 132 0 62 74 13 12 106 76
Binary 11100010 1110000 1011010 0 110010 111100 1011 1010 1000110 111110

Color Harmonies of #E2705A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2705A

Black with #E2705A

Text Example


Text Example

White with #E2705A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2705A; }

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

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

background-color css

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

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

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

border-color css

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

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

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