Html Css Color HEX #EA7363 Terra Cotta

📋 copy color: '#EA7363'

red 234 ◦ green 115 ◦ blue 99

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

Shades of Terra Cotta #EA7363

Tints of Terra Cotta #EA7363

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.67%

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

R = 52.23%
G = 25.67%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.58

 K value IS 0.08

RGB Variations

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

Color information

#EA7363 (or 0xEA7363) is known color: Terra Cotta. HEX triplet: EA, 73 and 63. RGB value is (234,115,99). Sum of RGB (Red+Green+Blue) = 234+115+99=448 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.23% from 448); Green value is 115 (45.31% from 255 or 25.67% from 448); Blue value is 99 (39.06% from 255 or 22.10% from 448); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7363 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7363 is #158C9C. Grayscale: #949494. Windows color (decimal): -1412253 or 6517738. OLE color: 6517738.

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

Color convert

RGB 234 115 99 -
CMYK 0 0.51 0.58 0.08
HSL 7.11º 0.76% 0.65% -
HSV(B) 7.11º 0.58% 0.92% -
XYZ 42.31 30.65 15.49 -
YUV 148.76 99.92 188.8 -
System Red Green Blue C M Y K H S L
Decimal 234 115 99 0 0.51 0.58 0.08 7.11 0.76 0.65
Hex EA 73 63 0 33 3A 8 7 4C 41
Octal 352 163 143 0 63 72 10 7 114 101
Binary 11101010 1110011 1100011 0 110011 111010 1000 111 1001100 1000001

Color Harmonies of #EA7363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7363

Black with #EA7363

Text Example


Text Example

White with #EA7363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7363; }

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

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

background-color css

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

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

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

border-color css

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

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

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