Html Css Color HEX #E77264 Terra Cotta

📋 copy color: '#E77264'

red 231 ◦ green 114 ◦ blue 100

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

Shades of Terra Cotta #E77264

Tints of Terra Cotta #E77264

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.62%

 BLUE value IS 100 (39.45% from 255) = 22.47%

R = 51.91%
G = 25.62%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.57

 K value IS 0.09

RGB Variations

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

Color information

#E77264 (or 0xE77264) is known color: Terra Cotta. HEX triplet: E7, 72 and 64. RGB value is (231,114,100). Sum of RGB (Red+Green+Blue) = 231+114+100=445 (58% of max value = 765). Red value is 231 (90.62% from 255 or 51.91% from 445); Green value is 114 (44.92% from 255 or 25.62% from 445); Blue value is 100 (39.45% from 255 or 22.47% from 445); Max value from RGB is 231 - color contains mainly: red. Hex color #E77264 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77264 is #188D9B. Grayscale: #939393. Windows color (decimal): -1609116 or 6583015. OLE color: 6583015.

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

Color convert

RGB 231 114 100 -
CMYK 0 0.51 0.57 0.09
HSL 6.41º 0.73% 0.65% -
HSV(B) 6.41º 0.57% 0.91% -
XYZ 41.27 29.94 15.66 -
YUV 147.39 101.26 187.64 -
System Red Green Blue C M Y K H S L
Decimal 231 114 100 0 0.51 0.57 0.09 6.41 0.73 0.65
Hex E7 72 64 0 33 39 9 6 49 41
Octal 347 162 144 0 63 71 11 6 111 101
Binary 11100111 1110010 1100100 0 110011 111001 1001 110 1001001 1000001

Color Harmonies of #E77264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77264

Black with #E77264

Text Example


Text Example

White with #E77264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77264; }

 p { color: rgb(231,114,100); }

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

background-color css

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

 a { background-color: rgb(231,114,100); }

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

border-color css

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

 span { border-color: rgb(231,114,100); }

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