Html Css Color HEX #EA7963 Terra Cotta

📋 copy color: '#EA7963'

red 234 ◦ green 121 ◦ blue 99

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

Shades of Terra Cotta #EA7963

Tints of Terra Cotta #EA7963

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.65%

 BLUE value IS 99 (39.06% from 255) = 21.81%

R = 51.54%
G = 26.65%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.58

 K value IS 0.08

RGB Variations

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

Color information

#EA7963 (or 0xEA7963) is known color: Terra Cotta. HEX triplet: EA, 79 and 63. RGB value is (234,121,99). Sum of RGB (Red+Green+Blue) = 234+121+99=454 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.54% from 454); Green value is 121 (47.66% from 255 or 26.65% from 454); Blue value is 99 (39.06% from 255 or 21.81% from 454); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7963 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7963 is #15869C. Grayscale: #989898. Windows color (decimal): -1410717 or 6519274. OLE color: 6519274.

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

Color convert

RGB 234 121 99 -
CMYK 0 0.48 0.58 0.08
HSL 9.78º 0.76% 0.65% -
HSV(B) 9.78º 0.58% 0.92% -
XYZ 43.02 32.07 15.73 -
YUV 152.28 97.94 186.29 -
System Red Green Blue C M Y K H S L
Decimal 234 121 99 0 0.48 0.58 0.08 9.78 0.76 0.65
Hex EA 79 63 0 30 3A 8 A 4C 41
Octal 352 171 143 0 60 72 10 12 114 101
Binary 11101010 1111001 1100011 0 110000 111010 1000 1010 1001100 1000001

Color Harmonies of #EA7963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7963

Black with #EA7963

Text Example


Text Example

White with #EA7963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7963; }

 p { color: rgb(234,121,99); }

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

background-color css

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

 a { background-color: rgb(234,121,99); }

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

border-color css

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

 span { border-color: rgb(234,121,99); }

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