Html Css Color HEX #ED795D Terra Cotta

📋 copy color: '#ED795D'

red 237 ◦ green 121 ◦ blue 93

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

Shades of Terra Cotta #ED795D

Tints of Terra Cotta #ED795D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.83%

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

R = 52.55%
G = 26.83%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#ED795D (or 0xED795D) is known color: Terra Cotta. HEX triplet: ED, 79 and 5D. RGB value is (237,121,93). Sum of RGB (Red+Green+Blue) = 237+121+93=451 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.55% from 451); Green value is 121 (47.66% from 255 or 26.83% from 451); Blue value is 93 (36.72% from 255 or 20.62% from 451); Max value from RGB is 237 - color contains mainly: red. Hex color #ED795D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED795D is #1286A2. Grayscale: #989898. Windows color (decimal): -1214115 or 6126061. OLE color: 6126061.

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

Color convert

RGB 237 121 93 -
CMYK 0 0.49 0.61 0.07
HSL 11.67º 0.8% 0.65% -
HSV(B) 11.67º 0.61% 0.93% -
XYZ 43.74 32.47 14.32 -
YUV 152.49 94.43 188.28 -
System Red Green Blue C M Y K H S L
Decimal 237 121 93 0 0.49 0.61 0.07 11.67 0.8 0.65
Hex ED 79 5D 0 31 3D 7 C 50 41
Octal 355 171 135 0 61 75 7 14 120 101
Binary 11101101 1111001 1011101 0 110001 111101 111 1100 1010000 1000001

Color Harmonies of #ED795D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED795D

Black with #ED795D

Text Example


Text Example

White with #ED795D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED795D; }

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

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

background-color css

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

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

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

border-color css

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

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

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