Html Css Color HEX #ED715D Terra Cotta

📋 copy color: '#ED715D'

red 237 ◦ green 113 ◦ blue 93

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

Shades of Terra Cotta #ED715D

Tints of Terra Cotta #ED715D

RGB

 RED value IS 237 (92.97% from 255) = 53.5%

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

 BLUE value IS 93 (36.72% from 255) = 20.99%

R = 53.5%
G = 25.51%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#ED715D (or 0xED715D) is known color: Terra Cotta. HEX triplet: ED, 71 and 5D. RGB value is (237,113,93). Sum of RGB (Red+Green+Blue) = 237+113+93=443 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.50% from 443); Green value is 113 (44.53% from 255 or 25.51% from 443); Blue value is 93 (36.72% from 255 or 20.99% from 443); Max value from RGB is 237 - color contains mainly: red. Hex color #ED715D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED715D is #128EA2. Grayscale: #939393. Windows color (decimal): -1216163 or 6124013. OLE color: 6124013.

HSL color Cylindrical-coordinate representation of color #ED715D: hue angle of 8.33º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ED715D is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 113 93 -
CMYK 0 0.52 0.61 0.07
HSL 8.33º 0.8% 0.65% -
HSV(B) 8.33º 0.61% 0.93% -
XYZ 42.81 30.61 14.01 -
YUV 147.8 97.08 191.63 -
System Red Green Blue C M Y K H S L
Decimal 237 113 93 0 0.52 0.61 0.07 8.33 0.8 0.65
Hex ED 71 5D 0 34 3D 7 8 50 41
Octal 355 161 135 0 64 75 7 10 120 101
Binary 11101101 1110001 1011101 0 110100 111101 111 1000 1010000 1000001

Color Harmonies of #ED715D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED715D

Black with #ED715D

Text Example


Text Example

White with #ED715D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED715D; }

 p { color: rgb(237,113,93); }

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

background-color css

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

 a { background-color: rgb(237,113,93); }

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

border-color css

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

 span { border-color: rgb(237,113,93); }

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