Html Css Color HEX #ED785E Terra Cotta

📋 copy color: '#ED785E'

red 237 ◦ green 120 ◦ blue 94

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

Shades of Terra Cotta #ED785E

Tints of Terra Cotta #ED785E

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.61%

 BLUE value IS 94 (37.11% from 255) = 20.84%

R = 52.55%
G = 26.61%
B = 20.84%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#ED785E (or 0xED785E) is known color: Terra Cotta. HEX triplet: ED, 78 and 5E. RGB value is (237,120,94). Sum of RGB (Red+Green+Blue) = 237+120+94=451 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.55% from 451); Green value is 120 (47.27% from 255 or 26.61% from 451); Blue value is 94 (37.11% from 255 or 20.84% from 451); Max value from RGB is 237 - color contains mainly: red. Hex color #ED785E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED785E is #1287A1. Grayscale: #989898. Windows color (decimal): -1214370 or 6191341. OLE color: 6191341.

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

Color convert

RGB 237 120 94 -
CMYK 0 0.49 0.60 0.07
HSL 10.91º 0.8% 0.65% -
HSV(B) 10.91º 0.6% 0.93% -
XYZ 43.66 32.25 14.51 -
YUV 152.02 95.26 188.61 -
System Red Green Blue C M Y K H S L
Decimal 237 120 94 0 0.49 0.60 0.07 10.91 0.8 0.65
Hex ED 78 5E 0 31 3C 7 B 50 41
Octal 355 170 136 0 61 74 7 13 120 101
Binary 11101101 1111000 1011110 0 110001 111100 111 1011 1010000 1000001

Color Harmonies of #ED785E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED785E

Black with #ED785E

Text Example


Text Example

White with #ED785E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED785E; }

 p { color: rgb(237,120,94); }

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

background-color css

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

 a { background-color: rgb(237,120,94); }

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

border-color css

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

 span { border-color: rgb(237,120,94); }

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