Html Css Color HEX #EA715F Terra Cotta

📋 copy color: '#EA715F'

red 234 ◦ green 113 ◦ blue 95

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

Shades of Terra Cotta #EA715F

Tints of Terra Cotta #EA715F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.57%

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

R = 52.94%
G = 25.57%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#EA715F (or 0xEA715F) is known color: Terra Cotta. HEX triplet: EA, 71 and 5F. RGB value is (234,113,95). Sum of RGB (Red+Green+Blue) = 234+113+95=442 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.94% from 442); Green value is 113 (44.53% from 255 or 25.57% from 442); Blue value is 95 (37.5% from 255 or 21.49% from 442); Max value from RGB is 234 - color contains mainly: red. Hex color #EA715F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA715F is #158EA0. Grayscale: #939393. Windows color (decimal): -1412769 or 6255082. OLE color: 6255082.

HSL color Cylindrical-coordinate representation of color #EA715F: hue angle of 7.77º 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 #EA715F is Cyan = 0, Magento = 0.52, Yellow = 0.59 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 113 95 -
CMYK 0 0.52 0.59 0.08
HSL 7.77º 0.77% 0.65% -
HSV(B) 7.77º 0.59% 0.92% -
XYZ 41.9 30.13 14.43 -
YUV 147.13 98.59 189.96 -
System Red Green Blue C M Y K H S L
Decimal 234 113 95 0 0.52 0.59 0.08 7.77 0.77 0.65
Hex EA 71 5F 0 34 3B 8 8 4D 41
Octal 352 161 137 0 64 73 10 10 115 101
Binary 11101010 1110001 1011111 0 110100 111011 1000 1000 1001101 1000001

Color Harmonies of #EA715F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA715F

Black with #EA715F

Text Example


Text Example

White with #EA715F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA715F; }

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

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

background-color css

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

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

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

border-color css

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

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

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