Html Css Color HEX #ED715E Terra Cotta

📋 copy color: '#ED715E'

red 237 ◦ green 113 ◦ blue 94

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

Shades of Terra Cotta #ED715E

Tints of Terra Cotta #ED715E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 21.17%

R = 53.38%
G = 25.45%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#ED715E (or 0xED715E) is known color: Terra Cotta. HEX triplet: ED, 71 and 5E. RGB value is (237,113,94). Sum of RGB (Red+Green+Blue) = 237+113+94=444 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.38% from 444); Green value is 113 (44.53% from 255 or 25.45% from 444); Blue value is 94 (37.11% from 255 or 21.17% from 444); Max value from RGB is 237 - color contains mainly: red. Hex color #ED715E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED715E is #128EA1. Grayscale: #949494. Windows color (decimal): -1216162 or 6189549. OLE color: 6189549.

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

Color convert

RGB 237 113 94 -
CMYK 0 0.52 0.60 0.07
HSL 7.97º 0.8% 0.65% -
HSV(B) 7.97º 0.6% 0.93% -
XYZ 42.85 30.62 14.24 -
YUV 147.91 97.58 191.54 -
System Red Green Blue C M Y K H S L
Decimal 237 113 94 0 0.52 0.60 0.07 7.97 0.8 0.65
Hex ED 71 5E 0 34 3C 7 8 50 41
Octal 355 161 136 0 64 74 7 10 120 101
Binary 11101101 1110001 1011110 0 110100 111100 111 1000 1010000 1000001

Color Harmonies of #ED715E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED715E

Black with #ED715E

Text Example


Text Example

White with #ED715E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED715E; }

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

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

background-color css

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

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

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

border-color css

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

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

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