Html Css Color HEX #ED705C Terra Cotta

📋 copy color: '#ED705C'

red 237 ◦ green 112 ◦ blue 92

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

Shades of Terra Cotta #ED705C

Tints of Terra Cotta #ED705C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.4%

 BLUE value IS 92 (36.33% from 255) = 20.86%

R = 53.74%
G = 25.4%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#ED705C (or 0xED705C) is known color: Terra Cotta. HEX triplet: ED, 70 and 5C. RGB value is (237,112,92). Sum of RGB (Red+Green+Blue) = 237+112+92=441 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.74% from 441); Green value is 112 (44.14% from 255 or 25.40% from 441); Blue value is 92 (36.33% from 255 or 20.86% from 441); Max value from RGB is 237 - color contains mainly: red. Hex color #ED705C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED705C is #128FA3. Grayscale: #939393. Windows color (decimal): -1216420 or 6058221. OLE color: 6058221.

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

Color convert

RGB 237 112 92 -
CMYK 0 0.53 0.61 0.07
HSL 8.28º 0.8% 0.65% -
HSV(B) 8.28º 0.61% 0.93% -
XYZ 42.65 30.37 13.74 -
YUV 147.1 96.91 192.13 -
System Red Green Blue C M Y K H S L
Decimal 237 112 92 0 0.53 0.61 0.07 8.28 0.8 0.65
Hex ED 70 5C 0 35 3D 7 8 50 41
Octal 355 160 134 0 65 75 7 10 120 101
Binary 11101101 1110000 1011100 0 110101 111101 111 1000 1010000 1000001

Color Harmonies of #ED705C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED705C

Black with #ED705C

Text Example


Text Example

White with #ED705C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED705C; }

 p { color: rgb(237,112,92); }

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

background-color css

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

 a { background-color: rgb(237,112,92); }

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

border-color css

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

 span { border-color: rgb(237,112,92); }

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