Html Css Color HEX #E1775B Terra Cotta

📋 copy color: '#E1775B'

red 225 ◦ green 119 ◦ blue 91

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

Shades of Terra Cotta #E1775B

Tints of Terra Cotta #E1775B

RGB

 RED value IS 225 (88.28% from 255) = 51.72%

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

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

R = 51.72%
G = 27.36%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.60

 K value IS 0.12

RGB Variations

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

Color information

#E1775B (or 0xE1775B) is known color: Terra Cotta. HEX triplet: E1, 77 and 5B. RGB value is (225,119,91). Sum of RGB (Red+Green+Blue) = 225+119+91=435 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.72% from 435); Green value is 119 (46.88% from 255 or 27.36% from 435); Blue value is 91 (35.94% from 255 or 20.92% from 435); Max value from RGB is 225 - color contains mainly: red. Hex color #E1775B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1775B is #1E88A4. Grayscale: #939393. Windows color (decimal): -2001061 or 5994465. OLE color: 5994465.

HSL color Cylindrical-coordinate representation of color #E1775B: hue angle of 12.54º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E1775B is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 119 91 -
CMYK 0 0.47 0.60 0.12
HSL 12.54º 0.69% 0.62% -
HSV(B) 12.54º 0.6% 0.88% -
XYZ 39.54 29.96 13.6 -
YUV 147.5 96.12 183.28 -
System Red Green Blue C M Y K H S L
Decimal 225 119 91 0 0.47 0.60 0.12 12.54 0.69 0.62
Hex E1 77 5B 0 2F 3C C D 45 3E
Octal 341 167 133 0 57 74 14 15 105 76
Binary 11100001 1110111 1011011 0 101111 111100 1100 1101 1000101 111110

Color Harmonies of #E1775B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1775B

Black with #E1775B

Text Example


Text Example

White with #E1775B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1775B; }

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

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

background-color css

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

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

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

border-color css

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

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

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