Html Css Color HEX #EA7965 Terra Cotta

📋 copy color: '#EA7965'

red 234 ◦ green 121 ◦ blue 101

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

Shades of Terra Cotta #EA7965

Tints of Terra Cotta #EA7965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 22.15%

R = 51.32%
G = 26.54%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EA7965 (or 0xEA7965) is known color: Terra Cotta. HEX triplet: EA, 79 and 65. RGB value is (234,121,101). Sum of RGB (Red+Green+Blue) = 234+121+101=456 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.32% from 456); Green value is 121 (47.66% from 255 or 26.54% from 456); Blue value is 101 (39.84% from 255 or 22.15% from 456); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7965 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7965 is #15869A. Grayscale: #989898. Windows color (decimal): -1410715 or 6650346. OLE color: 6650346.

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

Color convert

RGB 234 121 101 -
CMYK 0 0.48 0.57 0.08
HSL 9.02º 0.76% 0.66% -
HSV(B) 9.02º 0.57% 0.92% -
XYZ 43.12 32.11 16.24 -
YUV 152.51 98.94 186.13 -
System Red Green Blue C M Y K H S L
Decimal 234 121 101 0 0.48 0.57 0.08 9.02 0.76 0.66
Hex EA 79 65 0 30 39 8 9 4C 42
Octal 352 171 145 0 60 71 10 11 114 102
Binary 11101010 1111001 1100101 0 110000 111001 1000 1001 1001100 1000010

Color Harmonies of #EA7965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7965

Black with #EA7965

Text Example


Text Example

White with #EA7965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7965; }

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

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

background-color css

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

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

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

border-color css

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

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

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