Html Css Color HEX #EA7A5F Terra Cotta

📋 copy color: '#EA7A5F'

red 234 ◦ green 122 ◦ blue 95

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

Shades of Terra Cotta #EA7A5F

Tints of Terra Cotta #EA7A5F

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.05%

 BLUE value IS 95 (37.5% from 255) = 21.06%

R = 51.88%
G = 27.05%
B = 21.06%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#EA7A5F (or 0xEA7A5F) is known color: Terra Cotta. HEX triplet: EA, 7A and 5F. RGB value is (234,122,95). Sum of RGB (Red+Green+Blue) = 234+122+95=451 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.88% from 451); Green value is 122 (48.05% from 255 or 27.05% from 451); Blue value is 95 (37.5% from 255 or 21.06% from 451); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7A5F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7A5F is #1585A0. Grayscale: #989898. Windows color (decimal): -1410465 or 6257386. OLE color: 6257386.

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

Color convert

RGB 234 122 95 -
CMYK 0 0.48 0.59 0.08
HSL 11.65º 0.77% 0.65% -
HSV(B) 11.65º 0.59% 0.92% -
XYZ 42.96 32.24 14.78 -
YUV 152.41 95.61 186.2 -
System Red Green Blue C M Y K H S L
Decimal 234 122 95 0 0.48 0.59 0.08 11.65 0.77 0.65
Hex EA 7A 5F 0 30 3B 8 C 4D 41
Octal 352 172 137 0 60 73 10 14 115 101
Binary 11101010 1111010 1011111 0 110000 111011 1000 1100 1001101 1000001

Color Harmonies of #EA7A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7A5F

Black with #EA7A5F

Text Example


Text Example

White with #EA7A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7A5F; }

 p { color: rgb(234,122,95); }

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

background-color css

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

 a { background-color: rgb(234,122,95); }

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

border-color css

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

 span { border-color: rgb(234,122,95); }

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