Html Css Color HEX #EA795C Terra Cotta

📋 copy color: '#EA795C'

red 234 ◦ green 121 ◦ blue 92

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

Shades of Terra Cotta #EA795C

Tints of Terra Cotta #EA795C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20.58%

R = 52.35%
G = 27.07%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#EA795C (or 0xEA795C) is known color: Terra Cotta. HEX triplet: EA, 79 and 5C. RGB value is (234,121,92). Sum of RGB (Red+Green+Blue) = 234+121+92=447 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.35% from 447); Green value is 121 (47.66% from 255 or 27.07% from 447); Blue value is 92 (36.33% from 255 or 20.58% from 447); Max value from RGB is 234 - color contains mainly: red. Hex color #EA795C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA795C is #1586A3. Grayscale: #979797. Windows color (decimal): -1410724 or 6060522. OLE color: 6060522.

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

Color convert

RGB 234 121 92 -
CMYK 0 0.48 0.61 0.08
HSL 12.25º 0.77% 0.64% -
HSV(B) 12.25º 0.61% 0.92% -
XYZ 42.7 31.94 14.04 -
YUV 151.48 94.44 186.86 -
System Red Green Blue C M Y K H S L
Decimal 234 121 92 0 0.48 0.61 0.08 12.25 0.77 0.64
Hex EA 79 5C 0 30 3D 8 C 4D 40
Octal 352 171 134 0 60 75 10 14 115 100
Binary 11101010 1111001 1011100 0 110000 111101 1000 1100 1001101 1000000

Color Harmonies of #EA795C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA795C

Black with #EA795C

Text Example


Text Example

White with #EA795C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA795C; }

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

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

background-color css

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

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

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

border-color css

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

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

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