Html Css Color HEX #ED735D Terra Cotta

📋 copy color: '#ED735D'

red 237 ◦ green 115 ◦ blue 93

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

Shades of Terra Cotta #ED735D

Tints of Terra Cotta #ED735D

RGB

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

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

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

R = 53.26%
G = 25.84%
B = 20.9%

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

#ED735D (or 0xED735D) is known color: Terra Cotta. HEX triplet: ED, 73 and 5D. RGB value is (237,115,93). Sum of RGB (Red+Green+Blue) = 237+115+93=445 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.26% from 445); Green value is 115 (45.31% from 255 or 25.84% from 445); Blue value is 93 (36.72% from 255 or 20.90% from 445); Max value from RGB is 237 - color contains mainly: red. Hex color #ED735D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED735D is #128CA2. Grayscale: #959595. Windows color (decimal): -1215651 or 6124525. OLE color: 6124525.

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

Color convert

RGB 237 115 93 -
CMYK 0 0.51 0.61 0.07
HSL 9.17º 0.8% 0.65% -
HSV(B) 9.17º 0.61% 0.93% -
XYZ 43.03 31.06 14.08 -
YUV 148.97 96.42 190.79 -
System Red Green Blue C M Y K H S L
Decimal 237 115 93 0 0.51 0.61 0.07 9.17 0.8 0.65
Hex ED 73 5D 0 33 3D 7 9 50 41
Octal 355 163 135 0 63 75 7 11 120 101
Binary 11101101 1110011 1011101 0 110011 111101 111 1001 1010000 1000001

Color Harmonies of #ED735D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED735D

Black with #ED735D

Text Example


Text Example

White with #ED735D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED735D; }

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

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

background-color css

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

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

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

border-color css

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

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

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