Html Css Color HEX #ED7360 Terra Cotta

📋 copy color: '#ED7360'

red 237 ◦ green 115 ◦ blue 96

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

Shades of Terra Cotta #ED7360

Tints of Terra Cotta #ED7360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 21.43%

R = 52.9%
G = 25.67%
B = 21.43%

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

#ED7360 (or 0xED7360) is known color: Terra Cotta. HEX triplet: ED, 73 and 60. RGB value is (237,115,96). Sum of RGB (Red+Green+Blue) = 237+115+96=448 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.90% from 448); Green value is 115 (45.31% from 255 or 25.67% from 448); Blue value is 96 (37.89% from 255 or 21.43% from 448); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7360 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7360 is #128C9F. Grayscale: #959595. Windows color (decimal): -1215648 or 6321133. OLE color: 6321133.

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

Color convert

RGB 237 115 96 -
CMYK 0 0.51 0.59 0.07
HSL 8.09º 0.8% 0.65% -
HSV(B) 8.09º 0.59% 0.93% -
XYZ 43.17 31.11 14.8 -
YUV 149.31 97.92 190.54 -
System Red Green Blue C M Y K H S L
Decimal 237 115 96 0 0.51 0.59 0.07 8.09 0.8 0.65
Hex ED 73 60 0 33 3B 7 8 50 41
Octal 355 163 140 0 63 73 7 10 120 101
Binary 11101101 1110011 1100000 0 110011 111011 111 1000 1010000 1000001

Color Harmonies of #ED7360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7360

Black with #ED7360

Text Example


Text Example

White with #ED7360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7360; }

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

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

background-color css

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

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

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

border-color css

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

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

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