Html Css Color HEX #EA7E64 Terra Cotta

📋 copy color: '#EA7E64'

red 234 ◦ green 126 ◦ blue 100

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

Shades of Terra Cotta #EA7E64

Tints of Terra Cotta #EA7E64

RGB

 RED value IS 234 (91.8% from 255) = 50.87%

 GREEN value IS 126 (49.61% from 255) = 27.39%

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

R = 50.87%
G = 27.39%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EA7E64 (or 0xEA7E64) is known color: Terra Cotta. HEX triplet: EA, 7E and 64. RGB value is (234,126,100). Sum of RGB (Red+Green+Blue) = 234+126+100=460 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.87% from 460); Green value is 126 (49.61% from 255 or 27.39% from 460); Blue value is 100 (39.45% from 255 or 21.74% from 460); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7E64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7E64 is #15819B. Grayscale: #9B9B9B. Windows color (decimal): -1409436 or 6586090. OLE color: 6586090.

HSL color Cylindrical-coordinate representation of color #EA7E64: hue angle of 11.64º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EA7E64 is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 126 100 -
CMYK 0 0.46 0.57 0.08
HSL 11.64º 0.76% 0.65% -
HSV(B) 11.64º 0.57% 0.92% -
XYZ 43.69 33.33 16.19 -
YUV 155.33 96.78 184.11 -
System Red Green Blue C M Y K H S L
Decimal 234 126 100 0 0.46 0.57 0.08 11.64 0.76 0.65
Hex EA 7E 64 0 2E 39 8 C 4C 41
Octal 352 176 144 0 56 71 10 14 114 101
Binary 11101010 1111110 1100100 0 101110 111001 1000 1100 1001100 1000001

Color Harmonies of #EA7E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7E64

Black with #EA7E64

Text Example


Text Example

White with #EA7E64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7E64; }

 p { color: rgb(234,126,100); }

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

background-color css

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

 a { background-color: rgb(234,126,100); }

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

border-color css

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

 span { border-color: rgb(234,126,100); }

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