Html Css Color HEX #EA7D63 Terra Cotta

📋 copy color: '#EA7D63'

red 234 ◦ green 125 ◦ blue 99

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

Shades of Terra Cotta #EA7D63

Tints of Terra Cotta #EA7D63

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.29%

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

R = 51.09%
G = 27.29%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.58

 K value IS 0.08

RGB Variations

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

Color information

#EA7D63 (or 0xEA7D63) is known color: Terra Cotta. HEX triplet: EA, 7D and 63. RGB value is (234,125,99). Sum of RGB (Red+Green+Blue) = 234+125+99=458 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.09% from 458); Green value is 125 (49.22% from 255 or 27.29% from 458); Blue value is 99 (39.06% from 255 or 21.62% from 458); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7D63 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7D63 is #15829C. Grayscale: #9A9A9A. Windows color (decimal): -1409693 or 6520298. OLE color: 6520298.

HSL color Cylindrical-coordinate representation of color #EA7D63: hue angle of 11.56º 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 #EA7D63 is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 125 99 -
CMYK 0 0.47 0.58 0.08
HSL 11.56º 0.76% 0.65% -
HSV(B) 11.56º 0.58% 0.92% -
XYZ 43.52 33.06 15.89 -
YUV 154.63 96.61 184.61 -
System Red Green Blue C M Y K H S L
Decimal 234 125 99 0 0.47 0.58 0.08 11.56 0.76 0.65
Hex EA 7D 63 0 2F 3A 8 C 4C 41
Octal 352 175 143 0 57 72 10 14 114 101
Binary 11101010 1111101 1100011 0 101111 111010 1000 1100 1001100 1000001

Color Harmonies of #EA7D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7D63

Black with #EA7D63

Text Example


Text Example

White with #EA7D63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7D63; }

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

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

background-color css

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

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

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

border-color css

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

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

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