Html Css Color HEX #E77465 Terra Cotta

📋 copy color: '#E77465'

red 231 ◦ green 116 ◦ blue 101

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

Shades of Terra Cotta #E77465

Tints of Terra Cotta #E77465

RGB

 RED value IS 231 (90.63% from 255) = 51.56%

 GREEN value IS 116 (45.7% from 255) = 25.89%

 BLUE value IS 101 (39.84% from 255) = 22.54%

R = 51.56%
G = 25.89%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.56

 K value IS 0.09

RGB Variations

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

Color information

#E77465 (or 0xE77465) is known color: Terra Cotta. HEX triplet: E7, 74 and 65. RGB value is (231,116,101). Sum of RGB (Red+Green+Blue) = 231+116+101=448 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.56% from 448); Green value is 116 (45.70% from 255 or 25.89% from 448); Blue value is 101 (39.84% from 255 or 22.54% from 448); Max value from RGB is 231 - color contains mainly: red. Hex color #E77465 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77465 is #188B9A. Grayscale: #949494. Windows color (decimal): -1608603 or 6649063. OLE color: 6649063.

HSL color Cylindrical-coordinate representation of color #E77465: hue angle of 6.92º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E77465 is Cyan = 0, Magento = 0.50, Yellow = 0.56 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 116 101 -
CMYK 0 0.50 0.56 0.09
HSL 6.92º 0.73% 0.65% -
HSV(B) 6.92º 0.56% 0.91% -
XYZ 41.55 30.42 15.99 -
YUV 148.68 101.1 186.72 -
System Red Green Blue C M Y K H S L
Decimal 231 116 101 0 0.50 0.56 0.09 6.92 0.73 0.65
Hex E7 74 65 0 32 38 9 7 49 41
Octal 347 164 145 0 62 70 11 7 111 101
Binary 11100111 1110100 1100101 0 110010 111000 1001 111 1001001 1000001

Color Harmonies of #E77465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77465

Black with #E77465

Text Example


Text Example

White with #E77465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77465; }

 p { color: rgb(231,116,101); }

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

background-color css

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

 a { background-color: rgb(231,116,101); }

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

border-color css

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

 span { border-color: rgb(231,116,101); }

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