Html Css Color HEX #E9775D Terra Cotta

📋 copy color: '#E9775D'

red 233 ◦ green 119 ◦ blue 93

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

Shades of Terra Cotta #E9775D

Tints of Terra Cotta #E9775D

RGB

 RED value IS 233 (91.41% from 255) = 52.36%

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

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

R = 52.36%
G = 26.74%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.60

 K value IS 0.09

RGB Variations

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

Color information

#E9775D (or 0xE9775D) is known color: Terra Cotta. HEX triplet: E9, 77 and 5D. RGB value is (233,119,93). Sum of RGB (Red+Green+Blue) = 233+119+93=445 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.36% from 445); Green value is 119 (46.88% from 255 or 26.74% from 445); Blue value is 93 (36.72% from 255 or 20.90% from 445); Max value from RGB is 233 - color contains mainly: red. Hex color #E9775D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9775D is #1688A2. Grayscale: #969696. Windows color (decimal): -1476771 or 6125545. OLE color: 6125545.

HSL color Cylindrical-coordinate representation of color #E9775D: hue angle of 11.14º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E9775D is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 119 93 -
CMYK 0 0.49 0.60 0.09
HSL 11.14º 0.76% 0.64% -
HSV(B) 11.14º 0.6% 0.91% -
XYZ 42.18 31.31 14.18 -
YUV 150.12 95.77 187.11 -
System Red Green Blue C M Y K H S L
Decimal 233 119 93 0 0.49 0.60 0.09 11.14 0.76 0.64
Hex E9 77 5D 0 31 3C 9 B 4C 40
Octal 351 167 135 0 61 74 11 13 114 100
Binary 11101001 1110111 1011101 0 110001 111100 1001 1011 1001100 1000000

Color Harmonies of #E9775D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9775D

Black with #E9775D

Text Example


Text Example

White with #E9775D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9775D; }

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

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

background-color css

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

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

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

border-color css

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

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

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