Html Css Color HEX #E57264 Terra Cotta

📋 copy color: '#E57264'

red 229 ◦ green 114 ◦ blue 100

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

Shades of Terra Cotta #E57264

Tints of Terra Cotta #E57264

RGB

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

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

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

R = 51.69%
G = 25.73%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.56

 K value IS 0.10

RGB Variations

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

Color information

#E57264 (or 0xE57264) is known color: Terra Cotta. HEX triplet: E5, 72 and 64. RGB value is (229,114,100). Sum of RGB (Red+Green+Blue) = 229+114+100=443 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.69% from 443); Green value is 114 (44.92% from 255 or 25.73% from 443); Blue value is 100 (39.45% from 255 or 22.57% from 443); Max value from RGB is 229 - color contains mainly: red. Hex color #E57264 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E57264 is #1A8D9B. Grayscale: #929292. Windows color (decimal): -1740188 or 6583013. OLE color: 6583013.

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

Color convert

RGB 229 114 100 -
CMYK 0 0.50 0.56 0.10
HSL 6.51º 0.71% 0.65% -
HSV(B) 6.51º 0.56% 0.9% -
XYZ 40.63 29.61 15.63 -
YUV 146.79 101.6 186.64 -
System Red Green Blue C M Y K H S L
Decimal 229 114 100 0 0.50 0.56 0.10 6.51 0.71 0.65
Hex E5 72 64 0 32 38 A 7 47 41
Octal 345 162 144 0 62 70 12 7 107 101
Binary 11100101 1110010 1100100 0 110010 111000 1010 111 1000111 1000001

Color Harmonies of #E57264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E57264

Black with #E57264

Text Example


Text Example

White with #E57264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E57264; }

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

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

background-color css

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

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

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

border-color css

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

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

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