Html Css Color HEX #ED705F Terra Cotta

📋 copy color: '#ED705F'

red 237 ◦ green 112 ◦ blue 95

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

Shades of Terra Cotta #ED705F

Tints of Terra Cotta #ED705F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.4%

R = 53.38%
G = 25.23%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#ED705F (or 0xED705F) is known color: Terra Cotta. HEX triplet: ED, 70 and 5F. RGB value is (237,112,95). Sum of RGB (Red+Green+Blue) = 237+112+95=444 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.38% from 444); Green value is 112 (44.14% from 255 or 25.23% from 444); Blue value is 95 (37.5% from 255 or 21.40% from 444); Max value from RGB is 237 - color contains mainly: red. Hex color #ED705F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED705F is #128FA0. Grayscale: #939393. Windows color (decimal): -1216417 or 6254829. OLE color: 6254829.

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

Color convert

RGB 237 112 95 -
CMYK 0 0.53 0.60 0.07
HSL 7.18º 0.8% 0.65% -
HSV(B) 7.18º 0.6% 0.93% -
XYZ 42.78 30.42 14.44 -
YUV 147.44 98.41 191.88 -
System Red Green Blue C M Y K H S L
Decimal 237 112 95 0 0.53 0.60 0.07 7.18 0.8 0.65
Hex ED 70 5F 0 35 3C 7 7 50 41
Octal 355 160 137 0 65 74 7 7 120 101
Binary 11101101 1110000 1011111 0 110101 111100 111 111 1010000 1000001

Color Harmonies of #ED705F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED705F

Black with #ED705F

Text Example


Text Example

White with #ED705F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED705F; }

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

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

background-color css

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

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

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

border-color css

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

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

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