Html Css Color HEX #ED745D Terra Cotta

📋 copy color: '#ED745D'

red 237 ◦ green 116 ◦ blue 93

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

Shades of Terra Cotta #ED745D

Tints of Terra Cotta #ED745D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.01%

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

R = 53.14%
G = 26.01%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#ED745D (or 0xED745D) is known color: Terra Cotta. HEX triplet: ED, 74 and 5D. RGB value is (237,116,93). Sum of RGB (Red+Green+Blue) = 237+116+93=446 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.14% from 446); Green value is 116 (45.70% from 255 or 26.01% from 446); Blue value is 93 (36.72% from 255 or 20.85% from 446); Max value from RGB is 237 - color contains mainly: red. Hex color #ED745D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED745D is #128BA2. Grayscale: #959595. Windows color (decimal): -1215395 or 6124781. OLE color: 6124781.

HSL color Cylindrical-coordinate representation of color #ED745D: hue angle of 9.58º 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 #ED745D is Cyan = 0, Magento = 0.51, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 116 93 -
CMYK 0 0.51 0.61 0.07
HSL 9.58º 0.8% 0.65% -
HSV(B) 9.58º 0.61% 0.93% -
XYZ 43.15 31.29 14.12 -
YUV 149.56 96.09 190.37 -
System Red Green Blue C M Y K H S L
Decimal 237 116 93 0 0.51 0.61 0.07 9.58 0.8 0.65
Hex ED 74 5D 0 33 3D 7 A 50 41
Octal 355 164 135 0 63 75 7 12 120 101
Binary 11101101 1110100 1011101 0 110011 111101 111 1010 1010000 1000001

Color Harmonies of #ED745D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED745D

Black with #ED745D

Text Example


Text Example

White with #ED745D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED745D; }

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

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

background-color css

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

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

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

border-color css

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

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

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