Html Css Color HEX #E2775B Terra Cotta

📋 copy color: '#E2775B'

red 226 ◦ green 119 ◦ blue 91

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

Shades of Terra Cotta #E2775B

Tints of Terra Cotta #E2775B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.29%

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

R = 51.83%
G = 27.29%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.60

 K value IS 0.11

RGB Variations

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

Color information

#E2775B (or 0xE2775B) is known color: Terra Cotta. HEX triplet: E2, 77 and 5B. RGB value is (226,119,91). Sum of RGB (Red+Green+Blue) = 226+119+91=436 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.83% from 436); Green value is 119 (46.88% from 255 or 27.29% from 436); Blue value is 91 (35.94% from 255 or 20.87% from 436); Max value from RGB is 226 - color contains mainly: red. Hex color #E2775B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2775B is #1D88A4. Grayscale: #949494. Windows color (decimal): -1935525 or 5994466. OLE color: 5994466.

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

Color convert

RGB 226 119 91 -
CMYK 0 0.47 0.60 0.11
HSL 12.44º 0.7% 0.62% -
HSV(B) 12.44º 0.6% 0.89% -
XYZ 39.85 30.12 13.61 -
YUV 147.8 95.95 183.78 -
System Red Green Blue C M Y K H S L
Decimal 226 119 91 0 0.47 0.60 0.11 12.44 0.7 0.62
Hex E2 77 5B 0 2F 3C B C 46 3E
Octal 342 167 133 0 57 74 13 14 106 76
Binary 11100010 1110111 1011011 0 101111 111100 1011 1100 1000110 111110

Color Harmonies of #E2775B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2775B

Black with #E2775B

Text Example


Text Example

White with #E2775B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2775B; }

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

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

background-color css

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

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

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

border-color css

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

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

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