Html Css Color HEX #ED685E Terra Cotta

📋 copy color: '#ED685E'

red 237 ◦ green 104 ◦ blue 94

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

Shades of Terra Cotta #ED685E

Tints of Terra Cotta #ED685E

RGB

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

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

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

R = 54.48%
G = 23.91%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#ED685E (or 0xED685E) is known color: Terra Cotta. HEX triplet: ED, 68 and 5E. RGB value is (237,104,94). Sum of RGB (Red+Green+Blue) = 237+104+94=435 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.48% from 435); Green value is 104 (41.02% from 255 or 23.91% from 435); Blue value is 94 (37.11% from 255 or 21.61% from 435); Max value from RGB is 237 - color contains mainly: red. Hex color #ED685E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED685E is #1297A1. Grayscale: #8E8E8E. Windows color (decimal): -1218466 or 6187245. OLE color: 6187245.

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

Color convert

RGB 237 104 94 -
CMYK 0 0.56 0.60 0.07
HSL 4.2º 0.8% 0.65% -
HSV(B) 4.2º 0.6% 0.93% -
XYZ 41.9 28.71 13.92 -
YUV 142.63 100.56 195.31 -
System Red Green Blue C M Y K H S L
Decimal 237 104 94 0 0.56 0.60 0.07 4.2 0.8 0.65
Hex ED 68 5E 0 38 3C 7 4 50 41
Octal 355 150 136 0 70 74 7 4 120 101
Binary 11101101 1101000 1011110 0 111000 111100 111 100 1010000 1000001

Color Harmonies of #ED685E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED685E

Black with #ED685E

Text Example


Text Example

White with #ED685E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED685E; }

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

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

background-color css

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

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

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

border-color css

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

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

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