Html Css Color HEX #ED775D Terra Cotta

📋 copy color: '#ED775D'

red 237 ◦ green 119 ◦ blue 93

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

Shades of Terra Cotta #ED775D

Tints of Terra Cotta #ED775D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.5%

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

R = 52.78%
G = 26.5%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#ED775D (or 0xED775D) is known color: Terra Cotta. HEX triplet: ED, 77 and 5D. RGB value is (237,119,93). Sum of RGB (Red+Green+Blue) = 237+119+93=449 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.78% from 449); Green value is 119 (46.88% from 255 or 26.50% from 449); Blue value is 93 (36.72% from 255 or 20.71% from 449); Max value from RGB is 237 - color contains mainly: red. Hex color #ED775D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED775D is #1288A2. Grayscale: #979797. Windows color (decimal): -1214627 or 6125549. OLE color: 6125549.

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

Color convert

RGB 237 119 93 -
CMYK 0 0.50 0.61 0.07
HSL 10.83º 0.8% 0.65% -
HSV(B) 10.83º 0.61% 0.93% -
XYZ 43.5 31.99 14.24 -
YUV 151.32 95.09 189.11 -
System Red Green Blue C M Y K H S L
Decimal 237 119 93 0 0.50 0.61 0.07 10.83 0.8 0.65
Hex ED 77 5D 0 32 3D 7 B 50 41
Octal 355 167 135 0 62 75 7 13 120 101
Binary 11101101 1110111 1011101 0 110010 111101 111 1011 1010000 1000001

Color Harmonies of #ED775D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED775D

Black with #ED775D

Text Example


Text Example

White with #ED775D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED775D; }

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

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

background-color css

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

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

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

border-color css

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

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

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