Html Css Color HEX #ED745E Terra Cotta

📋 copy color: '#ED745E'

red 237 ◦ green 116 ◦ blue 94

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

Shades of Terra Cotta #ED745E

Tints of Terra Cotta #ED745E

RGB

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

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

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

R = 53.02%
G = 25.95%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#ED745E (or 0xED745E) is known color: Terra Cotta. HEX triplet: ED, 74 and 5E. RGB value is (237,116,94). Sum of RGB (Red+Green+Blue) = 237+116+94=447 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.02% from 447); Green value is 116 (45.70% from 255 or 25.95% from 447); Blue value is 94 (37.11% from 255 or 21.03% from 447); Max value from RGB is 237 - color contains mainly: red. Hex color #ED745E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED745E is #128BA1. Grayscale: #959595. Windows color (decimal): -1215394 or 6190317. OLE color: 6190317.

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

Color convert

RGB 237 116 94 -
CMYK 0 0.51 0.60 0.07
HSL 9.23º 0.8% 0.65% -
HSV(B) 9.23º 0.6% 0.93% -
XYZ 43.19 31.3 14.36 -
YUV 149.67 96.59 190.29 -
System Red Green Blue C M Y K H S L
Decimal 237 116 94 0 0.51 0.60 0.07 9.23 0.8 0.65
Hex ED 74 5E 0 33 3C 7 9 50 41
Octal 355 164 136 0 63 74 7 11 120 101
Binary 11101101 1110100 1011110 0 110011 111100 111 1001 1010000 1000001

Color Harmonies of #ED745E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED745E

Black with #ED745E

Text Example


Text Example

White with #ED745E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED745E; }

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

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

background-color css

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

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

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

border-color css

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

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

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