Html Css Color HEX #ED7361 Terra Cotta

📋 copy color: '#ED7361'

red 237 ◦ green 115 ◦ blue 97

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

Shades of Terra Cotta #ED7361

Tints of Terra Cotta #ED7361

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.61%

 BLUE value IS 97 (38.28% from 255) = 21.6%

R = 52.78%
G = 25.61%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#ED7361 (or 0xED7361) is known color: Terra Cotta. HEX triplet: ED, 73 and 61. RGB value is (237,115,97). Sum of RGB (Red+Green+Blue) = 237+115+97=449 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.78% from 449); Green value is 115 (45.31% from 255 or 25.61% from 449); Blue value is 97 (38.28% from 255 or 21.60% from 449); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7361 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7361 is #128C9E. Grayscale: #959595. Windows color (decimal): -1215647 or 6386669. OLE color: 6386669.

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

Color convert

RGB 237 115 97 -
CMYK 0 0.51 0.59 0.07
HSL 7.71º 0.8% 0.65% -
HSV(B) 7.71º 0.59% 0.93% -
XYZ 43.21 31.13 15.04 -
YUV 149.43 98.42 190.46 -
System Red Green Blue C M Y K H S L
Decimal 237 115 97 0 0.51 0.59 0.07 7.71 0.8 0.65
Hex ED 73 61 0 33 3B 7 8 50 41
Octal 355 163 141 0 63 73 7 10 120 101
Binary 11101101 1110011 1100001 0 110011 111011 111 1000 1010000 1000001

Color Harmonies of #ED7361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7361

Black with #ED7361

Text Example


Text Example

White with #ED7361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7361; }

 p { color: rgb(237,115,97); }

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

background-color css

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

 a { background-color: rgb(237,115,97); }

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

border-color css

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

 span { border-color: rgb(237,115,97); }

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