Html Css Color HEX #EA7359 Terra Cotta

📋 copy color: '#EA7359'

red 234 ◦ green 115 ◦ blue 89

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

Shades of Terra Cotta #EA7359

Tints of Terra Cotta #EA7359

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 20.32%

R = 53.42%
G = 26.26%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#EA7359 (or 0xEA7359) is known color: Terra Cotta. HEX triplet: EA, 73 and 59. RGB value is (234,115,89). Sum of RGB (Red+Green+Blue) = 234+115+89=438 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.42% from 438); Green value is 115 (45.31% from 255 or 26.26% from 438); Blue value is 89 (35.16% from 255 or 20.32% from 438); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7359 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7359 is #158CA6. Grayscale: #939393. Windows color (decimal): -1412263 or 5862378. OLE color: 5862378.

HSL color Cylindrical-coordinate representation of color #EA7359: hue angle of 10.76º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EA7359 is Cyan = 0, Magento = 0.51, Yellow = 0.62 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 115 89 -
CMYK 0 0.51 0.62 0.08
HSL 10.76º 0.78% 0.63% -
HSV(B) 10.76º 0.62% 0.92% -
XYZ 41.87 30.48 13.13 -
YUV 147.62 94.92 189.61 -
System Red Green Blue C M Y K H S L
Decimal 234 115 89 0 0.51 0.62 0.08 10.76 0.78 0.63
Hex EA 73 59 0 33 3E 8 B 4E 3F
Octal 352 163 131 0 63 76 10 13 116 77
Binary 11101010 1110011 1011001 0 110011 111110 1000 1011 1001110 111111

Color Harmonies of #EA7359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7359

Black with #EA7359

Text Example


Text Example

White with #EA7359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7359; }

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

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

background-color css

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

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

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

border-color css

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

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

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