Html Css Color HEX #ED685C Terra Cotta

📋 copy color: '#ED685C'

red 237 ◦ green 104 ◦ blue 92

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

Shades of Terra Cotta #ED685C

Tints of Terra Cotta #ED685C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.02%

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

R = 54.73%
G = 24.02%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#ED685C (or 0xED685C) is known color: Terra Cotta. HEX triplet: ED, 68 and 5C. RGB value is (237,104,92). Sum of RGB (Red+Green+Blue) = 237+104+92=433 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.73% from 433); Green value is 104 (41.02% from 255 or 24.02% from 433); Blue value is 92 (36.33% from 255 or 21.25% from 433); Max value from RGB is 237 - color contains mainly: red. Hex color #ED685C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED685C is #1297A3. Grayscale: #8E8E8E. Windows color (decimal): -1218468 or 6056173. OLE color: 6056173.

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

Color convert

RGB 237 104 92 -
CMYK 0 0.56 0.61 0.07
HSL 4.97º 0.8% 0.65% -
HSV(B) 4.97º 0.61% 0.93% -
XYZ 41.81 28.68 13.46 -
YUV 142.4 99.56 195.48 -
System Red Green Blue C M Y K H S L
Decimal 237 104 92 0 0.56 0.61 0.07 4.97 0.8 0.65
Hex ED 68 5C 0 38 3D 7 5 50 41
Octal 355 150 134 0 70 75 7 5 120 101
Binary 11101101 1101000 1011100 0 111000 111101 111 101 1010000 1000001

Color Harmonies of #ED685C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED685C

Black with #ED685C

Text Example


Text Example

White with #ED685C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED685C; }

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

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

background-color css

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

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

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

border-color css

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

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

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