Html Css Color HEX #EA795E Terra Cotta

📋 copy color: '#EA795E'

red 234 ◦ green 121 ◦ blue 94

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

Shades of Terra Cotta #EA795E

Tints of Terra Cotta #EA795E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 20.94%

R = 52.12%
G = 26.95%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EA795E (or 0xEA795E) is known color: Terra Cotta. HEX triplet: EA, 79 and 5E. RGB value is (234,121,94). Sum of RGB (Red+Green+Blue) = 234+121+94=449 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.12% from 449); Green value is 121 (47.66% from 255 or 26.95% from 449); Blue value is 94 (37.11% from 255 or 20.94% from 449); Max value from RGB is 234 - color contains mainly: red. Hex color #EA795E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA795E is #1586A1. Grayscale: #979797. Windows color (decimal): -1410722 or 6191594. OLE color: 6191594.

HSL color Cylindrical-coordinate representation of color #EA795E: hue angle of 11.57º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EA795E is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 121 94 -
CMYK 0 0.48 0.60 0.08
HSL 11.57º 0.77% 0.64% -
HSV(B) 11.57º 0.6% 0.92% -
XYZ 42.79 31.98 14.51 -
YUV 151.71 95.44 186.7 -
System Red Green Blue C M Y K H S L
Decimal 234 121 94 0 0.48 0.60 0.08 11.57 0.77 0.64
Hex EA 79 5E 0 30 3C 8 C 4D 40
Octal 352 171 136 0 60 74 10 14 115 100
Binary 11101010 1111001 1011110 0 110000 111100 1000 1100 1001101 1000000

Color Harmonies of #EA795E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA795E

Black with #EA795E

Text Example


Text Example

White with #EA795E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA795E; }

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

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

background-color css

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

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

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

border-color css

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

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

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