Html Css Color HEX #E5775D Terra Cotta

📋 copy color: '#E5775D'

red 229 ◦ green 119 ◦ blue 93

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

Shades of Terra Cotta #E5775D

Tints of Terra Cotta #E5775D

RGB

 RED value IS 229 (89.84% from 255) = 51.93%

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

 BLUE value IS 93 (36.72% from 255) = 21.09%

R = 51.93%
G = 26.98%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.59

 K value IS 0.10

RGB Variations

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

Color information

#E5775D (or 0xE5775D) is known color: Terra Cotta. HEX triplet: E5, 77 and 5D. RGB value is (229,119,93). Sum of RGB (Red+Green+Blue) = 229+119+93=441 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.93% from 441); Green value is 119 (46.88% from 255 or 26.98% from 441); Blue value is 93 (36.72% from 255 or 21.09% from 441); Max value from RGB is 229 - color contains mainly: red. Hex color #E5775D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5775D is #1A88A2. Grayscale: #959595. Windows color (decimal): -1738915 or 6125541. OLE color: 6125541.

HSL color Cylindrical-coordinate representation of color #E5775D: hue angle of 11.47º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E5775D is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 119 93 -
CMYK 0 0.48 0.59 0.10
HSL 11.47º 0.72% 0.63% -
HSV(B) 11.47º 0.59% 0.9% -
XYZ 40.89 30.64 14.12 -
YUV 148.93 96.44 185.11 -
System Red Green Blue C M Y K H S L
Decimal 229 119 93 0 0.48 0.59 0.10 11.47 0.72 0.63
Hex E5 77 5D 0 30 3B A B 48 3F
Octal 345 167 135 0 60 73 12 13 110 77
Binary 11100101 1110111 1011101 0 110000 111011 1010 1011 1001000 111111

Color Harmonies of #E5775D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5775D

Black with #E5775D

Text Example


Text Example

White with #E5775D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5775D; }

 p { color: rgb(229,119,93); }

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

background-color css

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

 a { background-color: rgb(229,119,93); }

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

border-color css

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

 span { border-color: rgb(229,119,93); }

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